Ksui
Toggle table of contents
2.2.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.model
/
AuthenticationResponse
Authentication
Response
@
Serializable
data
class
AuthenticationResponse
(
val
rawId
:
String
,
val
type
:
String
,
val
id
:
String
,
val
response
:
AuthenticationCredentialResponse
,
val
clientExtensionResults
:
Map
<
String
,
String
>
)
Members
Constructors
Authentication
Response
Link copied to clipboard
constructor
(
rawId
:
String
,
type
:
String
,
id
:
String
,
response
:
AuthenticationCredentialResponse
,
clientExtensionResults
:
Map
<
String
,
String
>
)
Properties
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
:
AuthenticationCredentialResponse
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String