GetTOTPRequest

data class GetTOTPRequest(serverTime: Double, key: String)

Properties

key
Link copied to clipboard
val key: String

The TOTP secret data key used to generate a TOTP.

serverTime
Link copied to clipboard
val serverTime: Double

This time is used in conjunction with the saved period to generate the TOTP.