RealmOtpPolicyArgs

data class RealmOtpPolicyArgs(val algorithm: Output<String>? = null, val digits: Output<Int>? = null, val initialCounter: Output<Int>? = null, val lookAheadWindow: Output<Int>? = null, val period: Output<Int>? = null, val type: Output<String>? = null) : ConvertibleToJava<RealmOtpPolicyArgs>

Constructors

Link copied to clipboard
constructor(algorithm: Output<String>? = null, digits: Output<Int>? = null, initialCounter: Output<Int>? = null, lookAheadWindow: Output<Int>? = null, period: Output<Int>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val algorithm: Output<String>? = null

What hashing algorithm should be used to generate the OTP.

Link copied to clipboard
val digits: Output<Int>? = null
Link copied to clipboard
val initialCounter: Output<Int>? = null
Link copied to clipboard
val lookAheadWindow: Output<Int>? = null
Link copied to clipboard
val period: Output<Int>? = null
Link copied to clipboard
val type: Output<String>? = null

OTP Type, totp for Time-Based One Time Password or hotp for counter base one time password

Functions

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