EmailLinkSignInAuthProvider class

AuthProvider for performing Authentication.signIn.

allowMultiProvider is a flag that allows multiple providers to be used.

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

allowMultiProviderは複数のプロバイダーを利用することを許可するフラグです。

Pass the email address in email, the link in the email in url, and the language setting of the authentication email in locale.

emailにメールアドレス、urlにメールに記載するリンク、localeに認証用のEメールの言語設定を渡します。

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

EmailLinkSignInAuthProvider({required String email, required String url, Locale? locale, bool allowMultiProvider = true})
AuthProvider for performing Authentication.signIn.
const

Properties

allowMultiProvider bool
Flag that allows multiple providers to be used.
finalinherited
email String
Email address.
final
hashCode int
The hash code for this object.
no setterinherited
locale Locale?
Language settings for authentication e-mails.
final
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
A link to be included 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