GoogleSignInTokenData class

Holds authentication data after sign in.

Constructors

GoogleSignInTokenData({String? idToken, String? accessToken, String? serverAuthCode})
Build GoogleSignInTokenData.

Properties

accessToken String?
The OAuth2 access token used to access Google services.
read / write
hashCode int
The hash code for this object.
read-onlyoverride
idToken String?
An OpenID Connect ID token for the authenticated user.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
serverAuthCode String?
Server auth code used to access Google Login
read / write

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