OpenID4VPUriSchemeRequest
data class OpenID4VPUriSchemeRequest(val requestorId: String, val responseEncryptionKey: EcPrivateKey?, val openID4VPRequest: String) : VerificationSession.OpenID4VPRequest
OpenID4VP request using custom URI scheme.
Properties
Link copied to clipboard
OpenID4VP request as serialized JSON.
Link copied to clipboard
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.