AuthenticationResponseDto

@Serializable
data class AuthenticationResponseDto(val id: String, val rawId: String, val response: AuthenticationResponsePayloadDto, val authenticatorAttachment: String? = null, val clientExtensionResults: AuthenticationExtensionsClientOutputsDto? = null, val type: String = PUBLIC_KEY_CREDENTIAL_DTO_TYPE)

Constructors

Link copied to clipboard
constructor(id: String, rawId: String, response: AuthenticationResponsePayloadDto, authenticatorAttachment: String? = null, clientExtensionResults: AuthenticationExtensionsClientOutputsDto? = null, type: String = PUBLIC_KEY_CREDENTIAL_DTO_TYPE)

Properties

Link copied to clipboard
@SerialName(value = "authenticatorAttachment")
val authenticatorAttachment: String?
Link copied to clipboard
@SerialName(value = "clientExtensionResults")
val clientExtensionResults: AuthenticationExtensionsClientOutputsDto?
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: AuthenticationResponsePayloadDto
Link copied to clipboard
@EncodeDefault(mode = EncodeDefault.Mode.ALWAYS)
@SerialName(value = "type")
val type: String