RealmSecurityDefensesBruteForceDetection

data class RealmSecurityDefensesBruteForceDetection(val failureResetTimeSeconds: Int? = null, val maxFailureWaitSeconds: Int? = null, val maxLoginFailures: Int? = null, val minimumQuickLoginWaitSeconds: Int? = null, val permanentLockout: Boolean? = null, val quickLoginCheckMilliSeconds: Int? = null, val waitIncrementSeconds: Int? = null)

Constructors

Link copied to clipboard
constructor(failureResetTimeSeconds: Int? = null, maxFailureWaitSeconds: Int? = null, maxLoginFailures: Int? = null, minimumQuickLoginWaitSeconds: Int? = null, permanentLockout: Boolean? = null, quickLoginCheckMilliSeconds: Int? = null, waitIncrementSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val maxLoginFailures: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard