DeviceKeyAuthenticationInfo

@Serializable
data class DeviceKeyAuthenticationInfo(val type: UserAuthenticationType, val timeoutSeconds: Int)

Represents the authentication requirements for accessing a device key.

Constructors

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

Properties

Link copied to clipboard

The authentication timeout for this device key in seconds.

Link copied to clipboard

The authentication type required to access this device key. UserAuthenticationType.None means no user authentication is required.