Crate identity_credential
source ·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 Wiki 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;
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.
- Verifiable Credential and Presentation validators.