-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17de124
commit a9e0c14
Showing
98 changed files
with
1,494 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
docs/api/core-types.icredentialissuer.listusableproofformats.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
id: core-types.icredentialissuer.listusableproofformats | ||
title: ICredentialIssuer.listUsableProofFormats() method | ||
hide_title: true | ||
--- | ||
|
||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
## ICredentialIssuer.listUsableProofFormats() method | ||
|
||
> This API is provided as a 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 supported proof formats. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
listUsableProofFormats(identifier: IIdentifier, context: IAgentContext<{}>): Promise<Array<ProofFormat>>; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| ---------- | -------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| identifier | [IIdentifier](./core-types.iidentifier.md) | The identifier that may be used to sign a credential or presentation | | ||
| context | [IAgentContext](./core-types.iagentcontext.md)<{}> | <p>This reserved param is automatically added and handled by the framework, \*do not override\*</p><p>This API may change without a BREAKING CHANGE notice.</p> | | ||
|
||
**Returns:** | ||
|
||
Promise<Array<[ProofFormat](./core-types.proofformat.md)>> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,5 @@ export type TCredentialColumns = | |
| 'subject' | ||
| 'expirationDate' | ||
| 'issuanceDate' | ||
| 'hash' | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
docs/api/credential-w3c.credentialplugin.listusableproofformats.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
id: credential-w3c.credentialplugin.listusableproofformats | ||
title: CredentialPlugin.listUsableProofFormats() method | ||
hide_title: true | ||
--- | ||
|
||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
## CredentialPlugin.listUsableProofFormats() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
listUsableProofFormats(did: IIdentifier, context: IssuerAgentContext): Promise<ProofFormat[]>; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --------- | -------------------------------------------------------- | ----------- | | ||
| did | [IIdentifier](./core-types.iidentifier.md) | | | ||
| context | [IssuerAgentContext](./core-types.issueragentcontext.md) | | | ||
|
||
**Returns:** | ||
|
||
Promise<[ProofFormat](./core-types.proofformat.md)\[\]> |
Oops, something went wrong.