Store
Create URIs
Last updated
Was this helpful?
Create URIs
Last updated
Was this helpful?
The Store Control Plane is the interface responsible for storing a Verifiable Credential and returning a that resolves to it.
The Store Plane implements three methods: upload
, (optionally) uploadEncrypted
, and (optionally) uploadMany
The uploadEncrypted
method allows you to encrypt a credential before uploading it, optionally specifying recipients who are allowed to decrypt the resolved credential. This is generally going to be safer, and it is heavily encouraged for Providers to implement this method!
The upload
method takes in a Verifiable Credential, stores the credential, and converts it into a resolvable .
The uploadMany
method takes in an array of Verifiable Credentials, stores the credentials, and converts them into an array of resolvable .