EmailAuthCredential class Null safety
The auth credential returned from calling EmailAuthProvider.credential.
- Inheritance
- Object
- AuthCredential
- EmailAuthCredential
Properties
- email → String
-
The user's email address.
final
- emailLink → String?
-
The sign-in email link.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- password → String?
-
The user account password.
final
- providerId → String
-
The authentication provider ID for the credential. For example,
'facebook.com', or 'google.com'.
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- signInMethod → String
-
The authentication sign in method for the credential. For example,
'password', or 'emailLink'. This corresponds to the sign-in method
identifier returned in
fetchSignInMethodsForEmail
.final, inherited - token → int?
-
A token used to identify the AuthCredential on native platforms.
final, inherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited