blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.passkey
/
CreateCredentialResult
/
CreateCredentialResult
Create
Credential
Result
common
constructor
(
credentialId
:
String
,
rawId
:
String
,
type
:
String
=
"public-key"
,
authenticatorAttachment
:
String
?
=
null
,
clientDataJSON
:
String
,
attestationObject
:
String
,
transports
:
List
<
String
>
?
=
null
,
publicKey
:
String
?
=
null
,
publicKeyAlgorithm
:
Long
?
=
null
)