GetRealmOtpPolicy

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

Constructors

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

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

Functions

Link copied to clipboard
open override fun toJava(): GetRealmOtpPolicy