GeneratedDeviceKeyResult

data class GeneratedDeviceKeyResult(val keyId: String, val publicKey: Jwk.EC, val pop: String?)

Represents a generated device key.

Constructors

Link copied to clipboard
constructor(keyId: String, publicKey: Jwk.EC, pop: String?)

Properties

Link copied to clipboard
val keyId: String
Link copied to clipboard
val pop: String?
Link copied to clipboard