IsoMdocResponse

@Serializable
@SerialName(value = "org-iso-mdoc")
data class IsoMdocResponse(val data: DCAPIResponse) : DigitalCredentialInterface(source)

Constructors

Link copied to clipboard
constructor(data: DCAPIResponse)

Properties

Link copied to clipboard
@SerialName(value = "data")
val data: DCAPIResponse
Link copied to clipboard

Functions

Link copied to clipboard

Encodes the complete protocol-discriminated response as JSON for Android's Digital Credentials API integration.

Link copied to clipboard

Encodes the encrypted Annex C response payload for Apple's ISO 18013 mobile document response API.