EmailCode
data class EmailCode(val strategy: String = AuthStrategy.EMAIL_CODE) : SignUp.PrepareVerificationParams.Strategy
Send an email with a unique token to input. The verification code will be sent to the provided email address.
Send an email with a unique token to input. The verification code will be sent to the provided email address.