Parameters

data class Parameters(val email: String, val expirationMinutes: UInt = DEFAULT_OTP_EXPIRATION_TIME_MINUTES)

Parameters

email

the address the OTP code would be sent to via Email

expirationMinutes

indicates how long the OTP should last before it expires

Constructors

Link copied to clipboard
fun Parameters(email: String, expirationMinutes: UInt = DEFAULT_OTP_EXPIRATION_TIME_MINUTES)

Properties

Link copied to clipboard
val email: String
Link copied to clipboard
val expirationMinutes: UInt