EmailPasswordAuth
interface EmailPasswordAuth
Content copied to clipboard
Class encapsulating functionality for managing Users through the AuthenticationProvider.EMAIL_PASSWORD provider.
Functions
callResetPasswordFunction
Link copied to clipboard
abstract suspend fun callResetPasswordFunction(email: String, newPassword: String, vararg args: Any?)
Content copied to clipboard
confirmUser
Link copied to clipboard
registerUser
Link copied to clipboard
resendConfirmationEmail
Link copied to clipboard
resetPassword
Link copied to clipboard
abstract suspend fun resetPassword(token: String, tokenId: String, newPassword: String)
Content copied to clipboard
retryCustomConfirmation
Link copied to clipboard
sendResetPasswordEmail
Link copied to clipboard