redirectUri property

  1. @TagNumber.new(5)
String get redirectUri

The redirect_uri used in the authorization request. This must exactly match one of the redirect URIs registered for the client. This uri is used to send the authorization code or tokens back to the application.

Implementation

@$pb.TagNumber(5)
$core.String get redirectUri => $_getSZ(4);
  1. @TagNumber.new(5)
set redirectUri (String value)

Implementation

@$pb.TagNumber(5)
set redirectUri($core.String value) => $_setString(4, value);