EmailLinkConfirmSignInAuthProvider class

AuthProvider for performing Authentication.confirmSignIn.

Authentication.confirmSignInを実行するためのAuthProvider

Pass url the link that was included in the email.

urlにメールに記載していたリンクを渡します。

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でリンクを確定してログインを行ないます。

パスワードが必要なくなります。

ログイン後、メールアドレスの変更が可能になります。

Inheritance
Available Extensions

Constructors

EmailLinkConfirmSignInAuthProvider({required String url})
AuthProvider for performing Authentication.confirmSignIn.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
providerId String
ID that defines the provider's process.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
The link provided in the authentication email.
final

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