IGetVerifiableCredentialsForSdrArgs interface
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.
Encapsulates the params needed to gather credentials to fulfill a Selective disclosure request.
Signature:
export interface IGetVerifiableCredentialsForSdrArgs
Remarks
See Selective Disclosure Request specs
This API may change without a BREAKING CHANGE notice.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
did? | string | (BETA) (Optional) The DID of the subject | |
sdr | Omit<ISelectiveDisclosureRequest, 'issuer'> | (BETA) The Selective Disclosure Request (issuer is omitted) |