GetRealmOtpPolicy

data class GetRealmOtpPolicy(val algorithm: String, val digits: Int, val initialCounter: Int, val lookAheadWindow: Int, val period: Int, val type: String)

Constructors

Link copied to clipboard
constructor(algorithm: String, digits: Int, initialCounter: Int, lookAheadWindow: Int, period: Int, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val digits: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val period: Int
Link copied to clipboard