OpenID4VPUriSchemeRequest

data class OpenID4VPUriSchemeRequest(val requestorId: String, val responseEncryptionKey: EcPrivateKey?, val openID4VPRequest: String) : VerificationSession.OpenID4VPRequest

OpenID4VP request using custom URI scheme.

Constructors

Link copied to clipboard
constructor(requestorId: String, responseEncryptionKey: EcPrivateKey?, openID4VPRequest: String)

Properties

Link copied to clipboard
open override val openID4VPRequest: String

OpenID4VP request as serialized JSON.

Link copied to clipboard
open override val requestorId: String

Requestor id, should be set to origin for W3C DC API request and client id for custom URI schema request.

Link copied to clipboard

Type of this request.

Link copied to clipboard

Private key to decrypt the response.