VP Query
Found
Entity representing a Verifiable Presentation (VP) query configuration.
VP queries define what credentials a verifier is requesting from a user. These configurations can be reused across multiple authorization requests, allowing for standardized verification processes.
Unique identifier for the VP query configuration. Automatically generated as a UUID.
Timestamp when this VP query configuration was created. Stored as a bigint representing milliseconds since the Unix epoch.
Bad Request
- Contains the query parameters for verifiable presentation verification The query property should contain an array of VP query configurations that define what credentials and claims are required for successful verification.
Created
Bad Request
Found
Entity representing a Verifiable Presentation (VP) query configuration.
VP queries define what credentials a verifier is requesting from a user. These configurations can be reused across multiple authorization requests, allowing for standardized verification processes.
Unique identifier for the VP query configuration. Automatically generated as a UUID.
Timestamp when this VP query configuration was created. Stored as a bigint representing milliseconds since the Unix epoch.
Bad Request
Not Found
- The UUID of the VP query configuration to delete
No Content
Bad Request
No content
Request body for creating an authorization request using a VP query
Redirect URI to which the response will be sent
http://example.comValidity of the authorization request in seconds
600Created
Bad Request
Last updated