DeviceKeyAuthenticationInfo

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

Device key authentication info.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard