# OneTimeCode
interface OneTimeCode : Serializable
Interface representing one time code and its validity period.
# Parameters
code | The issued code. |
expireTime | MIRACL MFA system time when the code will expire. |
ttlSeconds | The expiration period in seconds. |
nowTime | The current MIRACL MFA system time. |
# Inheritors
OTP |
QuickCode |
# Properties
Name | Summary |
---|---|
code | abstract val code: String |
expireTime | abstract val expireTime: Long |
nowTime | abstract val nowTime: Long |
ttlSeconds | abstract val ttlSeconds: Int |