ISelectiveDisclosureRequest 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.
Represents the Selective Disclosure request parameters.
Signature:
export interface ISelectiveDisclosureRequest
Remarks
See Selective Disclosure Request
This API may change without a BREAKING CHANGE notice.
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| claims | ICredentialRequestInput[] | (BETA) A list of claims that are being requested | |
| credentials? | string[] | (BETA) (Optional) A list of issuer credentials that the target will use to establish trust | |
| issuer | string | (BETA) The issuer of the request | |
| replyUrl? | string | (BETA) (Optional) The URL where the response should be sent back | |
| subject? | string | (BETA) (Optional) The target of the request | |
| tag? | string | (BETA) (Optional) |