# OTP
constructor(code: String, nowTime: Long, expireTime: Long, ttlSeconds: Int)
# Parameters
|
|
code |
The issued OTP. |
expireTime |
MIRACL MFA system time when the OTP will expire. |
ttlSeconds |
The expiration period in seconds. |
nowTime |
The current MIRACL MFA system time. |