Expand description
§IOTA Identity - Credentials
This crate contains types representing verifiable credentials and verifiable presentations as defined in the W3C Verifiable Credentials Data Model.
Convenience methods for validating Verifiable Credentials and Verifiable Presentations are also provided:
The IOTA Identity Framework Docs offers a comprehensive overview of verifiable credentials and presentations along with practical demonstrations and examples showcasing the capabilities of this crate in creating and validating them.
Re-exports§
pub use error::Error;
pub use error::Result;
pub use sd_jwt_payload;
pub use sd_jwt_payload_rework as sd_jwt_v2;
Modules§
- The core types used to create Verifiable Credentials.
- Implementation of Domain Linkage.
- Errors that may occur when working with Verifiable Credentials.
- The core types used to create Verifiable Presentations.
- Contains the implementations for all the credential revocation methods that can be used with IOTA’s Identity framework.
- Implementation of the SD-JWT VC token specification.
- Verifiable Credential and Presentation validators.