resendConfirmationEmail

abstract suspend fun resendConfirmationEmail(email: String)

Resend the confirmation for a user to the given email.

Parameters

email

the email of the user.

Throws

if no user was registered with this email.

if the user was already confirmed.

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