DeviceKeyAuthenticationPolicy

@Serializable
data class DeviceKeyAuthenticationPolicy(val type: UserAuthenticationType, val timeoutSeconds: Int = 0)

Device Key Authentication policy.

Controls how Device Keys are protected and authenticated.

Constructors

Link copied to clipboard
constructor(type: UserAuthenticationType, timeoutSeconds: Int = 0)

Properties

Link copied to clipboard
val timeoutSeconds: Int = 0

Device Key authentication timeout. Must be greater than or equal to 0.

Link copied to clipboard