Expand description
Verifiable Credential and Presentation validators.
Structs§
- Errors caused by a failure to validate a
Credential
. - Errors caused by a failure to validate a
Presentation
. - Decoded
Credential
from a cryptographically verified JWP. - Decoded
Credential
from a cryptographically verified JWP. - Decoded
Credential
from a cryptographically verified JWS. - Decoded
Presentation
from a cryptographically verified JWS. - Options to declare validation criteria for
Credential
s. - A type for decoding and validating
Credential
s in JPT format. - Utility functions for verifying JPT credentials.
- Criteria for validating a
Presentation
. - A type for decoding and validating Presented
Credential
s in JPT format. - Utility functions for verifying JPT credentials.
- Options to declare validation criteria for
Credential
s. - A type for decoding and validating
Credential
s. - Utility functions for verifying JWT credentials.
- Criteria for validating a
Presentation
. - Struct for validating
Presentation
. - Utility functions for verifying JWT presentations.
- Criteria for validating a Key Binding JWT (KB-JWT).
- A type for decoding and validating [
SdJwt
]s.
Enums§
- Declares when validation should return if an error occurs.
- An error associated with validating credentials and presentations.
- An error associated with validating KB-JWT.
- Specifies whether an error is related to a credential issuer or the presentation holder.
- Controls validation behaviour when checking whether or not a credential has been revoked by its
credentialStatus
. - Declares how credential subjects must relate to the presentation holder during validation.