OpenID4VPDCAPIHandoverInfo

@Serializable
data class OpenID4VPDCAPIHandoverInfo(val origin: String, val nonce: String, val jwkThumbprint: ByteArray?)(source)

Part of OpenID for Verifiable Presentations - draft 26 (B.3.5.1)

Constructors

Link copied to clipboard
constructor(origin: String, nonce: String, jwkThumbprint: ByteArray?)

Properties

Link copied to clipboard

For the Response Mode dc_api.jwt, the third element MUST be the JWK SHA-256 Thumbprint of the Verifier's public key used to encrypt the response. If the Response Mode is dc_api, the third element MUST be null

Link copied to clipboard

the value of the nonce request parameter

Link copied to clipboard

Origin of the request. It MUST NOT be prefixed with origin:

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int