signInWith(OTP)
method again.resetPasswordForEmail()
method again.The OTP type. Depending on the type, an email or phone has to be specified as parameter.
The email or phone number, depending on which type you specified.
The captcha token when having captcha enabled.
supabase.auth.resendEmail(OtpType.Email.SIGNUP, "example@email.com")
supabase.auth.resendPhone(OtpType.Phone.SMS, "1234567890")
supabase.auth.resendEmail(OtpType.Email.EMAIL_CHANGE, "example@email.com")
supabase.auth.resendPhone(OtpType.Phone.PHONE_CHANGE, "1234567890")