Ksui
Toggle table of contents
2.2.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.model
/
AuthenticationCredentialResponse
Authentication
Credential
Response
@
Serializable
data
class
AuthenticationCredentialResponse
(
val
clientDataJSON
:
String
,
val
signature
:
String
,
val
authenticatorData
:
String
)
Members
Constructors
Authentication
Credential
Response
Link copied to clipboard
constructor
(
clientDataJSON
:
String
,
signature
:
String
,
authenticatorData
:
String
)
Properties
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
signature
Link copied to clipboard
val
signature
:
String