Kotlin: Resend an OTP

Examples

Resend an email signup confirmation

supabase.gotrue.resendEmail(OtpType.Email.SIGNUP, "example@email.com")

Resend a phone signup confirmation

supabase.gotrue.resendPhone(OtpType.Phone.SMS, "1234567890")

Resend email change email

supabase.gotrue.resendEmail(OtpType.Email.EMAIL_CHANGE, "example@email.com")

Resend phone change OTP

supabase.gotrue.resendPhone(OtpType.Phone.PHONE_CHANGE, "1234567890")