ConfigMfaProviderConfigTotpProviderConfig

data class ConfigMfaProviderConfigTotpProviderConfig(val adjacentIntervals: Int? = null)

Constructors

constructor(adjacentIntervals: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adjacentIntervals: Int? = null

The allowed number of adjacent intervals that will be used for verification to avoid clock skew.