TokenProvider class

Properties

hashCode → int
The hash code for this object.
no setterinherited
identities ↔ Map<String, Object?>
Provider-specific identity details corresponding to the provider used to sign in the user.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
secondFactorIdentifier ↔ String?
The uid of the second factor used to sign in, provided the ID token was obtained from a multi-factor authenticated user.
getter/setter pair
signInProvider ↔ String
The ID of the provider used to sign in the user. One of "anonymous", "password", "facebook.com", "github.com", "google.com", "twitter.com", "apple.com", "microsoft.com", "yahoo.com", "phone", "playgames.google.com", "gc.apple.com", or "custom".
getter/setter pair
signInSecondFactor ↔ String?
The type identifier or factorId of the second factor, provided the ID token was obtained from a multi-factor authenticated user. For phone, this is "phone".
getter/setter pair
tenant ↔ String?
The ID of the tenant the user belongs to, if available.
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.
inherited