EmailPasswordAuth
interface EmailPasswordAuth
Class encapsulating functionality for managing Users through the AuthenticationProvider.EMAIL_PASSWORD provider.
Functions
Link copied to clipboard
abstract suspend fun callResetPasswordFunction(email: String, newPassword: String, vararg args: Any?)
Call the reset password function configured for the Credentials.Provider.EMAIL_PASSWORD provider.
Link copied to clipboard
Confirms a user with the given token and token id.
Link copied to clipboard
Registers a new user with the given email and password.
Link copied to clipboard
Resend the confirmation for a user to the given email.
Link copied to clipboard
Resets the password of a user with the given token, token id, and new password.
Link copied to clipboard
Retries the custom confirmation on a user for a given email.
Link copied to clipboard
Sends a user a password reset email for the given email.