sendResetPasswordEmail

abstract suspend fun sendResetPasswordEmail(email: String)

Sends a user a password reset email for the given email.

Parameters

email

the email of the user.

Throws

if no user was registered with this email.

for other failures that can happen when communicating with App Services. See AppException for details.