RequestedCredential
Provides information about the requested credential for an presentation.
type RequestedCredential {
acceptedIssuers: [String!]
configuration: RequestedConfiguration
constraints: [RequestedClaimConstraint!]
purpose: String
type: String!
}
Fields
RequestedCredential.acceptedIssuers ● [String!] list scalar
A collection of issuers' DIDs that could issue the type of verifiable credential requested for issuance.
RequestedCredential.configuration ● RequestedConfiguration object
Optional settings for presentation validation.
RequestedCredential.constraints ● [RequestedClaimConstraint!] list object
The requested constraints of the presentation
RequestedCredential.purpose ● String scalar
The purpose of requesting presentation of the credential.
RequestedCredential.type ● String! non-null scalar
The verifiable credential type that was requested
Member Of
Presentation object