EmailCode
data class EmailCode(val code: String, val strategy: String = AuthStrategy.EMAIL_CODE) : SignUp.AttemptVerificationParams
Attempts verification using a code sent to the user's email address.
Parameters
code
The one-time code sent to the user's email address.