PhoneCode

data class PhoneCode(val strategy: String = AuthStrategy.PHONE_CODE) : SignUp.PrepareVerificationParams.Strategy

Send a text message with a unique token to input. The verification code will be sent via SMS to the provided phone number.

Constructors

Link copied to clipboard
constructor(strategy: String = AuthStrategy.PHONE_CODE)

Properties

Link copied to clipboard
open override val strategy: String