From c111bc664a41c1ec6ae90c7c4f2dfe6e48177ed8 Mon Sep 17 00:00:00 2001
From: Enrico Marconi
Declares when validation should return if an error occurs.
-Return all errors that occur during validation.
-Return after the first error occurs.
-Controls validation behaviour when checking whether or not a credential has been revoked by its
credentialStatus
.
Skip all status checks.
Purpose of a StatusList2021.
Declares when validation should return if an error occurs.
+Return all errors that occur during validation.
+Return after the first error occurs.
+Declares how credential subjects must relate to the presentation holder.
See also the Subject-Holder Relationship section of the specification.
@@ -3210,7 +3210,7 @@ Utility functions for validating JPT credentials. ### JptCredentialValidatorUtils.extractIssuer(credential) ⇒ [CoreDID
](#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.
@@ -7522,24 +7522,6 @@ Deserializes an instance from a JSON object.
| --- | --- |
| json | any
|
-
-
-## FailFast
-Declares when validation should return if an error occurs.
-
-**Kind**: global variable
-
-
-## AllErrors
-Return all errors that occur during validation.
-
-**Kind**: global variable
-
-
-## FirstError
-Return after the first error occurs.
-
-**Kind**: global variable
## StatusCheck
@@ -7571,17 +7553,13 @@ Validate the status if supported, skip any unsupported
Skip all status checks.
**Kind**: global variable
-
-
-## PayloadType
-**Kind**: global variable
-
+
-## StateMetadataEncoding
+## CredentialStatus
**Kind**: global variable
-
+
-## PresentationProofAlgorithm
+## PayloadType
**Kind**: global variable
@@ -7593,18 +7571,40 @@ Skip all status checks.
Purpose of a [StatusList2021](#StatusList2021).
**Kind**: global variable
-
+
+
+## FailFast
+Declares when validation should return if an error occurs.
-## SerializationType
**Kind**: global variable
-
+
-## CredentialStatus
+## AllErrors
+Return all errors that occur during validation.
+
+**Kind**: global variable
+
+
+## FirstError
+Return after the first error occurs.
+
+**Kind**: global variable
+
+
+## StateMetadataEncoding
+**Kind**: global variable
+
+
+## SerializationType
**Kind**: global variable
## MethodRelationship
**Kind**: global variable
+
+
+## PresentationProofAlgorithm
+**Kind**: global variable
## SubjectHolderRelationship