EmailLinkAuthQuery class
An AuthQuery
for link authentication via email.
An email with a link is sent at signIn, and the link is confirmed at confirmSignIn to log in.
No password will be required.
After logging in, you will be able to change your e-mail address.
Eメールでリンク認証を行うためのAuthQuery
。
signIn時にリンク付きのメールを送信し、confirmSignInでリンクを確定してログインを行ないます。
パスワードが必要なくなります。
ログイン後、メールアドレスの変更が可能になります。
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
-
changeEmail(
{required String email, Locale? locale}) → EmailLinkChangeEmailAuthProvider - AuthProvider for performing Authentication.change.
-
confirmSignIn(
{required String url}) → EmailLinkConfirmSignInAuthProvider - AuthProvider for performing Authentication.confirmSignIn.
-
signIn(
{required String email, required String url, Locale? locale}) → EmailLinkSignInAuthProvider - AuthProvider for performing Authentication.signIn.
-
verify(
{Locale? locale}) → EmailLinkVerifyAuthProvider - AuthProvider for performing Authentication.verify.
Constants
- providerId → const String
- ID that defines the provider's process.