AuthenticationResponse

@Serializable
data class AuthenticationResponse(val rawId: String, val type: String, val id: String, val response: AuthenticationCredentialResponse, val clientExtensionResults: Map<String, String>)

Constructors

Link copied to clipboard
constructor(rawId: String, type: String, id: String, response: AuthenticationCredentialResponse, clientExtensionResults: Map<String, String>)

Properties

Link copied to clipboard
@SerialName(value = "clientExtensionResults")
val clientExtensionResults: Map<String, String>
Link copied to clipboard
@SerialName(value = "id")
val id: String
Link copied to clipboard
@SerialName(value = "rawId")
val rawId: String
Link copied to clipboard
@SerialName(value = "response")
val response: AuthenticationCredentialResponse
Link copied to clipboard
@SerialName(value = "type")
val type: String