KeyProtection

@Serializable
data class KeyProtection(val timeout: Duration? = null, val deviceLock: Boolean? = null, val biometry: Boolean? = null, val allowNewBiometricFactors: Boolean? = null)(source)

Constructors

Link copied to clipboard
constructor(timeout: Duration? = null, deviceLock: Boolean? = null, biometry: Boolean? = null, allowNewBiometricFactors: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val biometry: Boolean? = null
Link copied to clipboard
val deviceLock: Boolean? = null
Link copied to clipboard
val timeout: Duration? = null

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int