mDocs Holder SDK
Toggle table of contents
3.0.0
Select version
5.0.0
4.1.1
4.1.0
4.0.0
3.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
mDocs Holder SDK
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