Anoncreds Credentials
Manage held Anoncreds verifiable credentials
Last updated
Manage held Anoncreds verifiable credentials
Last updated
An AnoncredsCredential
is a member of the Credential
union type, representing a credential which follows the Anoncreds specification. Anoncreds credentials can be managed using the same queries and mutations as for any credential.
Each Anoncreds credential is associated with a , which in turn is associated with a .
View held Anoncreds credentials, with pagination and filtering options. Returns a nextToken
which can be passed into the same query in order to fetch subsequent pages.
The AnoncredsCredential
type provides the option to resolve its associated AnoncredsCredDef
and AnoncredsSchema
within a single operation.
Alternatively, view a single Anoncreds credential, referenced by its unique ID.
Delete a held Anoncreds credential.