Email Password Auth
Class encapsulating functionality for managing Users through the AuthenticationProvider.EMAIL_PASSWORD provider.
Functions
call Reset Password Function
Link copied to clipboard
abstract suspend fun callResetPasswordFunction(email: String, newPassword: String, vararg args: Any?)
Content copied to clipboard
Call the reset password function configured for the Credentials.Provider.EMAIL_PASSWORD provider.
confirm User
Link copied to clipboard
Confirms a user with the given token and token id.
register User
Link copied to clipboard
Registers a new user with the given email and password.
resend Confirmation Email
Link copied to clipboard
Resend the confirmation for a user to the given email.
reset Password
Link copied to clipboard
abstract suspend fun resetPassword(token: String, tokenId: String, newPassword: String)
Content copied to clipboard
Resets the password of a user with the given token, token id, and new password.
retry Custom Confirmation
Link copied to clipboard
Retries the custom confirmation on a user for a given email.
send Reset Password Email
Link copied to clipboard
Sends a user a password reset email for the given email.