Skip to content

Commit

Permalink
fix wasm reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed May 29, 2024
1 parent 55c6503 commit c111bc6
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions docs/build/identity.rs/1.3/docs/references/api/wasm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -262,15 +262,6 @@ working with storage backed DID documents.</p>
## Members

<dl>
<dt><a href="#FailFast">FailFast</a></dt>
<dd><p>Declares when validation should return if an error occurs.</p>
</dd>
<dt><a href="#AllErrors">AllErrors</a></dt>
<dd><p>Return all errors that occur during validation.</p>
</dd>
<dt><a href="#FirstError">FirstError</a></dt>
<dd><p>Return after the first error occurs.</p>
</dd>
<dt><a href="#StatusCheck">StatusCheck</a></dt>
<dd><p>Controls validation behaviour when checking whether or not a credential has been revoked by its
<a href="https://www.w3.org/TR/vc-data-model/#status"><code>credentialStatus</code></a>.</p>
Expand All @@ -288,23 +279,32 @@ working with storage backed DID documents.</p>
<dt><a href="#SkipAll">SkipAll</a></dt>
<dd><p>Skip all status checks.</p>
</dd>
<dt><a href="#PayloadType">PayloadType</a></dt>
<dd></dd>
<dt><a href="#StateMetadataEncoding">StateMetadataEncoding</a></dt>
<dt><a href="#CredentialStatus">CredentialStatus</a></dt>
<dd></dd>
<dt><a href="#PresentationProofAlgorithm">PresentationProofAlgorithm</a></dt>
<dt><a href="#PayloadType">PayloadType</a></dt>
<dd></dd>
<dt><a href="#ProofAlgorithm">ProofAlgorithm</a></dt>
<dd></dd>
<dt><a href="#StatusPurpose">StatusPurpose</a></dt>
<dd><p>Purpose of a <a href="#StatusList2021">StatusList2021</a>.</p>
</dd>
<dt><a href="#SerializationType">SerializationType</a></dt>
<dt><a href="#FailFast">FailFast</a></dt>
<dd><p>Declares when validation should return if an error occurs.</p>
</dd>
<dt><a href="#AllErrors">AllErrors</a></dt>
<dd><p>Return all errors that occur during validation.</p>
</dd>
<dt><a href="#FirstError">FirstError</a></dt>
<dd><p>Return after the first error occurs.</p>
</dd>
<dt><a href="#StateMetadataEncoding">StateMetadataEncoding</a></dt>
<dd></dd>
<dt><a href="#CredentialStatus">CredentialStatus</a></dt>
<dt><a href="#SerializationType">SerializationType</a></dt>
<dd></dd>
<dt><a href="#MethodRelationship">MethodRelationship</a></dt>
<dd></dd>
<dt><a href="#PresentationProofAlgorithm">PresentationProofAlgorithm</a></dt>
<dd></dd>
<dt><a href="#SubjectHolderRelationship">SubjectHolderRelationship</a></dt>
<dd><p>Declares how credential subjects must relate to the presentation holder.</p>
<p>See also the <a href="https://www.w3.org/TR/vc-data-model/#subject-holder-relationships">Subject-Holder Relationship</a> section of the specification.</p>
Expand Down Expand Up @@ -3210,7 +3210,7 @@ Utility functions for validating JPT credentials.
<a name="JptCredentialValidatorUtils.extractIssuer"></a>

### JptCredentialValidatorUtils.extractIssuer(credential) ⇒ [<code>CoreDID</code>](#CoreDID)
Utility for extracting the issuer field of a [`Credential`](`Credential`) as a DID.
Utility for extracting the issuer field of a [Credential](#Credential) as a DID.
# Errors
Fails if the issuer field is not a valid DID.

Expand Down Expand Up @@ -7522,24 +7522,6 @@ Deserializes an instance from a JSON object.
| --- | --- |
| json | <code>any</code> |
<a name="FailFast"></a>
## FailFast
Declares when validation should return if an error occurs.
**Kind**: global variable
<a name="AllErrors"></a>
## AllErrors
Return all errors that occur during validation.
**Kind**: global variable
<a name="FirstError"></a>
## FirstError
Return after the first error occurs.
**Kind**: global variable
<a name="StatusCheck"></a>
## StatusCheck
Expand Down Expand Up @@ -7571,17 +7553,13 @@ Validate the status if supported, skip any unsupported
Skip all status checks.
**Kind**: global variable
<a name="PayloadType"></a>
## PayloadType
**Kind**: global variable
<a name="StateMetadataEncoding"></a>
<a name="CredentialStatus"></a>
## StateMetadataEncoding
## CredentialStatus
**Kind**: global variable
<a name="PresentationProofAlgorithm"></a>
<a name="PayloadType"></a>
## PresentationProofAlgorithm
## PayloadType
**Kind**: global variable
<a name="ProofAlgorithm"></a>
Expand All @@ -7593,18 +7571,40 @@ Skip all status checks.
Purpose of a [StatusList2021](#StatusList2021).
**Kind**: global variable
<a name="SerializationType"></a>
<a name="FailFast"></a>
## FailFast
Declares when validation should return if an error occurs.
## SerializationType
**Kind**: global variable
<a name="CredentialStatus"></a>
<a name="AllErrors"></a>
## CredentialStatus
## AllErrors
Return all errors that occur during validation.
**Kind**: global variable
<a name="FirstError"></a>
## FirstError
Return after the first error occurs.
**Kind**: global variable
<a name="StateMetadataEncoding"></a>
## StateMetadataEncoding
**Kind**: global variable
<a name="SerializationType"></a>
## SerializationType
**Kind**: global variable
<a name="MethodRelationship"></a>
## MethodRelationship
**Kind**: global variable
<a name="PresentationProofAlgorithm"></a>
## PresentationProofAlgorithm
**Kind**: global variable
<a name="SubjectHolderRelationship"></a>
## SubjectHolderRelationship
Expand Down

0 comments on commit c111bc6

Please sign in to comment.