MockGoogleSignInAccount class

Constructors

MockGoogleSignInAccount()

Properties

authentication Future<GoogleSignInAuthentication>
Retrieve GoogleSignInAuthentication for this account.
no setteroverride
authHeaders Future<Map<String, String>>
Convenience method returning a <String, String> map of HTML Authorization headers, containing the current authentication.accessToken.
no setterinherited
displayName String?
The display name of the signed in user.
finalinherited
email String
The email address of the signed in user.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String
The unique ID for the Google account.
finalinherited
photoUrl String?
The photo url of the signed in user if the user has a profile picture.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverAuthCode String?
Server auth code used to access Google Login
finalinherited

Methods

clearAuthCache() Future<void>
Clears any client side cache that might be holding invalid tokens.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited