Credentials
Manage held credentials
Last updated
Manage held credentials
Last updated
A Credential
represents a verifiable credential which has been issued to the cloud agent via a , and is currently held by the cloud agent. A Credential
is a GraphQL union type, so must be resolved to either AnoncredsCredential
or W3CCredential
.
Note that credentials which have been issued by this cloud agent to a foreign agent are instead found on AIPCredentialExchange.messages.issued
.
Held credentials are primarily used for presenting cryptographically verifiable claims in proof exchanges. See the section on for more information.
View held credentials, with pagination and filtering options. Returns a nextToken
which can be passed into the same query in order to fetch subsequent pages.
Alternatively, view a single credential, referenced by its unique ID.
Delete a held credential.