toggle menu
mDocs Holder SDK
androidJvm
switch theme
search in API
mDocs Holder SDK
/
global.mattr.mobilecredential.holder
/
GeneratedDeviceKeyResult
Generated
Device
Key
Result
data
class
GeneratedDeviceKeyResult
(
val
keyId
:
String
,
val
publicKey
:
Jwk.EC
,
val
pop
:
String
?
)
Represents a generated device key.
Members
Constructors
Generated
Device
Key
Result
Link copied to clipboard
constructor
(
keyId
:
String
,
publicKey
:
Jwk.EC
,
pop
:
String
?
)
Properties
key
Id
Link copied to clipboard
val
keyId
:
String
pop
Link copied to clipboard
val
pop
:
String
?
public
Key
Link copied to clipboard
val
publicKey
:
Jwk.EC