Ksui
Toggle table of contents
2.2.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.model
/
RegistrationCredentialResponse
Registration
Credential
Response
@
Serializable
data
class
RegistrationCredentialResponse
(
val
clientDataJSON
:
String
,
val
attestationObject
:
String
,
val
transports
:
List
<
String
>
,
val
authenticatorData
:
String
,
val
publicKeyAlgorithm
:
Int
,
val
publicKey
:
String
)
Members
Constructors
Registration
Credential
Response
Link copied to clipboard
constructor
(
clientDataJSON
:
String
,
attestationObject
:
String
,
transports
:
List
<
String
>
,
authenticatorData
:
String
,
publicKeyAlgorithm
:
Int
,
publicKey
:
String
)
Properties
attestation
Object
Link copied to clipboard
@
SerialName
(
value
=
"attestationObject"
)
val
attestationObject
:
String
authenticator
Data
Link copied to clipboard
@
SerialName
(
value
=
"authenticatorData"
)
val
authenticatorData
:
String
client
Data
JSON
Link copied to clipboard
@
SerialName
(
value
=
"clientDataJSON"
)
val
clientDataJSON
:
String
public
Key
Link copied to clipboard
@
SerialName
(
value
=
"publicKey"
)
val
publicKey
:
String
public
Key
Algorithm
Link copied to clipboard
@
SerialName
(
value
=
"publicKeyAlgorithm"
)
val
publicKeyAlgorithm
:
Int
transports
Link copied to clipboard
@
SerialName
(
value
=
"transports"
)
val
transports
:
List
<
String
>