PhoneCode

@Serializable
data class PhoneCode(val identifier: String, val strategy: String = PHONE_CODE) : SignIn.CreateParams.Strategy

Phone code sign-in strategy.

Constructors

Link copied to clipboard
constructor(identifier: String, strategy: String = PHONE_CODE)

Properties

Link copied to clipboard

The phone number to send the verification code to.

Link copied to clipboard
open override val strategy: String

The authentication strategy identifier.