OpenId4VpResponseUnsigned

@Serializable
@SerialName(value = "openid4vp-v1-unsigned")
data class OpenId4VpResponseUnsigned(val data: AuthenticationResponseParameters) : DigitalCredentialInterface, OpenId4VpResponse(source)

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "data")
open override val data: AuthenticationResponseParameters
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.