authUrl property

  1. @TagNumber.new(2)
String get authUrl

The authentication URL to which the client should redirect.

Implementation

@$pb.TagNumber(2)
$core.String get authUrl => $_getSZ(1);
  1. @TagNumber.new(2)
set authUrl (String value)

Implementation

@$pb.TagNumber(2)
set authUrl($core.String value) => $_setString(1, value);