RegistrationResponses

@Serializable
data class RegistrationResponses(val rawId: String, val authenticatorAttachment: String, val type: String, val id: String, val response: RegistrationCredentialResponse, val clientExtensionResults: Map<String, String>)

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "authenticatorAttachment")
val authenticatorAttachment: String
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: RegistrationCredentialResponse
Link copied to clipboard
@SerialName(value = "type")
val type: String