Config
@Serializable
The configuration for the phone authentication method
Parameters
phone
The phone number of the user
password
The password of the user
channel
The channel to send the confirmation to
data
Extra user metadata to include on signup
Constructors
Link copied to clipboard
constructor(phone: String = "", password: String = "", channel: Phone.Channel = Channel.SMS, data: JsonObject? = null)
Properties
Link copied to clipboard
Link copied to clipboard