Parameters
data class Parameters @JvmOverloads constructor(val phoneNumber: String, val expirationMinutes: Int = DEFAULT_OTP_EXPIRATION_TIME_MINUTES, val enableAutofill: Boolean = false, val autofillSessionDurationMinutes: Int = DEFAULT_SESSION_TIME_MINUTES, val locale: Locale? = null) : Parcelable
Data class used for wrapping parameters used with SMS OTP
Constructors
Properties
Link copied to clipboard
indicates how long an autofilled session should last
Link copied to clipboard
indicates whether the SMS message should include autofill metadata
Link copied to clipboard
indicates how long the OTP should last before it expires
Link copied to clipboard
the number the OTP code should be sent to via SMS, in E.164 format (i.e. +1XXXXXXXXXX)