AuthenticateParameters
data class AuthenticateParameters(val totpCode: String, val sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)
A data class wrapping the parameters use in a TOTP authenticate request
A data class wrapping the parameters use in a TOTP authenticate request