EmailAuthProvider class

Provider of an email address credential.

Constructors

EmailAuthProvider()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

credentialWithPassword(String email, String password) AGCAuthCredential
Obtains a credential using an email address and a password.
credentialWithVerifyCode(String email, String verifyCode, {String? password}) AGCAuthCredential
Obtains a credential using an email address and a verification code.
requestVerifyCode(String email, VerifyCodeSettings settings) Future<VerifyCodeResult?>
Applies for a verification code using an email address.