CodeResponse class
Result from a successful call to requestAuthorizationCode.
See https://developers.google.com/identity/oauth2/web/reference/js-reference#CodeResponse for more details.
Properties
- code → String
-
The authorization code of a successful token response.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopes
→ List<
String> -
The list of scopes that are approved by the user.
final
- state → String?
-
The string value that your application uses to maintain state between your
authorization request and the response.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited