IGoogleSignInTokenData class
Holds authentication data after sign in.
Constructors
- IGoogleSignInTokenData({String? idToken, String? accessToken, String? serverAuthCode})
-
Build
GoogleSignInTokenData
.
Properties
- accessToken ↔ String?
-
The OAuth2 access token used to access Google services.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- idToken ↔ String?
-
An OpenID Connect ID token for the authenticated user.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverAuthCode ↔ String?
-
Server auth code used to access Google Login
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override