Kotlin: Resend an OTP

Examples

Resend an email signup confirmation

supabase.gotrue.resendEmail(OtpType.Email.SIGNUP, "[email protected]")

Resend a phone signup confirmation

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

Resend email change email

supabase.gotrue.resendEmail(OtpType.Email.EMAIL_CHANGE, "[email protected]")

Resend phone change OTP

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