EmailAndPasswordResetAuthProvider class

AuthProvider for performing Authentication.reset.

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

Pass the email address in email, the language setting of the reset email in locale, and the URL to be guided after the password reset in continueUrl.

emailにメールアドレス、localeにリセット用のEメールの言語設定、continueUrlにパスワードリセット後に案内するURLを渡します。

An AuthQuery to authenticate by email and password.

Unlike other forms of authentication, it is necessary to register first.

You will then be able to log in and change your email address and password.

If you forget your password, we can also send you a reset e-mail.

Eメールとパスワードでの認証を行うためのAuthQuery

他の認証とは違い、最初に登録を行う必要があります。

その後、ログインを行ったりメールアドレスやパスワードの変更が可能になります。

また、パスワードを忘れた場合、リセットメールを送ることも可能です。

Inheritance
Available Extensions

Constructors

EmailAndPasswordResetAuthProvider({required String email, Locale? locale, String? continueUrl})
AuthProvider for performing Authentication.reset.
const

Properties

continueUrl String?
URL to be guided after password reset.
final
email String
Email address.
final
hashCode int
The hash code for this object.
no setterinherited
locale Locale?
Email language settings for reset.
final
providerId String
ID that defines the provider's process.
final
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