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 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§

credential
The core types used to create Verifiable Credentials.
domain_linkage
Implementation of Domain Linkage.
error
Errors that may occur when working with Verifiable Credentials.
presentation
The core types used to create Verifiable Presentations.
revocation
Contains the implementations for all the credential revocation methods that can be used with IOTA’s Identity framework.
sd_jwt_vc
Implementation of the SD-JWT VC token specification.
validator
Verifiable Credential and Presentation validators.