Skip to main content

RequestedCredentialSpecificationInput

Specification for a RequestedCredential that limited-access clients may request presentations of.

input RequestedCredentialSpecificationInput {
acceptedIssuers: [String!]
credentialType: String!
}

Fields

RequestedCredentialSpecificationInput.acceptedIssuers ● [String!] list scalar

The issuer DIDs that can be used in each requested credential. If not specified, the home tenant DID is the only accepted issuer. Note: external issuers are not supported for anonymous presentations.

RequestedCredentialSpecificationInput.credentialType ● String! non-null scalar

The verifiable credential type that can be requested for presentation

Member Of

AcquireLimitedAccessTokenInput input