Credential extension type

The credential component of the auth event context

on
Implemented types
Available extensions

Properties

accessToken String?
The user's access token
no setter
claims JSObject?
The user's claims
no setter
expirationTime String?
The time credential token expires
no setter
hashCode int
The hash code for this object.
no setterinherited
idToken String?
The user's ID token
no setter
providerId String
The ID of the provider that generated this credential
no setter
refreshToken String?
The user's refresh token
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String?
The secret
no setter
signInMethod String
The sign in method that generated this credential
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