Ksui
Toggle table of contents
2.2.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.model
/
RegistrationResponses
Registration
Responses
@
Serializable
data
class
RegistrationResponses
(
val
rawId
:
String
,
val
authenticatorAttachment
:
String
,
val
type
:
String
,
val
id
:
String
,
val
response
:
RegistrationCredentialResponse
,
val
clientExtensionResults
:
Map
<
String
,
String
>
)
Members
Constructors
Registration
Responses
Link copied to clipboard
constructor
(
rawId
:
String
,
authenticatorAttachment
:
String
,
type
:
String
,
id
:
String
,
response
:
RegistrationCredentialResponse
,
clientExtensionResults
:
Map
<
String
,
String
>
)
Properties
authenticator
Attachment
Link copied to clipboard
@
SerialName
(
value
=
"authenticatorAttachment"
)
val
authenticatorAttachment
:
String
client
Extension
Results
Link copied to clipboard
@
SerialName
(
value
=
"clientExtensionResults"
)
val
clientExtensionResults
:
Map
<
String
,
String
>
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
raw
Id
Link copied to clipboard
@
SerialName
(
value
=
"rawId"
)
val
rawId
:
String
response
Link copied to clipboard
@
SerialName
(
value
=
"response"
)
val
response
:
RegistrationCredentialResponse
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String