GoogleSignInUserData class

Holds information about the signed in user.

Constructors

GoogleSignInUserData({required String email, required String id, String? displayName, String? photoUrl, String? idToken, String? serverAuthCode})
Uses the given data to construct an instance.

Properties

displayName String?
The display name of the signed in user.
getter/setter pair
email String
The email address of the signed in user.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String
The unique ID for the Google account.
getter/setter pair
idToken String?
A token that can be sent to your own server to verify the authentication data.
getter/setter pair
photoUrl String?
The photo url of the signed in user if the user has a profile picture.
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