PhoneCode
data class PhoneCode(val code: String, val strategy: String = AuthStrategy.PHONE_CODE) : SignUp.AttemptVerificationParams
Attempts verification using a code sent to the user's phone number.
Parameters
code
The one-time code sent to the user's phone number via SMS.