Skip to main content

IDataStoreORM.dataStoreORMGetVerifiableCredentials() method

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Returns a list of UniqueVerifiableCredentials that match the given filter based on the top level properties of a credential.

These are VerifiableCredentials that were stored using dataStoreSaveVerifiableCredential.

Signature:

dataStoreORMGetVerifiableCredentials(args: FindCredentialsArgs, context: AuthorizedDIDContext): Promise<Array<UniqueVerifiableCredential>>;

Parameters

ParameterTypeDescription
argsFindCredentialsArgsThe filter to apply when querying
contextAuthorizedDIDContext

Can be used to signal that only a particular DID is authorized to perform this operation. This will cause the result to only contain data that this DID should be able to access.

This API may change without a BREAKING CHANGE notice.

Returns:

Promise<Array<UniqueVerifiableCredential>>