resendEmail

abstract suspend fun resendEmail(type: OtpType.Email, email: String, captchaToken: String? = null)(source)

Resends an existing signup confirmation email, email change email

Parameters

type

The email otp type

email

The email to resend the otp to

captchaToken

The captcha token to use

Throws

or one of its subclasses if receiving an error response. If the error response contains a error code, an AuthRestException will be thrown which can be used to easier identify the problem.

HttpRequestTimeoutException

if the request timed out

on network related issues