Module claim_aggregation

Source
Expand description

Contains implementations of CredentialHolder and SignatureVerifier for the identity claim aggregation credential type described as specified in §8.1, Identity claims aggregation.

Structs§

IcaSignatureVerifier
An implementation of SignatureVerifier that supports Identity Claims Aggregation Credentials (a specific grammar of W3C Verifiable Credentials) as specified in §8.1, Identity claims aggregation and secured by COSE as specified in §3.3.1 Securing JSON-LD Verifiable Credentials with COSE of Securing Verifiable Credentials using JOSE and COSE.
IdentityProvider
Identity provider details
VerifiedIdentity
Every item in the verifiedIdentities array MUST contain information about the named actor as verified by the identity assertion generator or a service contacted by the identity assertion generator.

Enums§

IcaValidationError
Describes the ways in which a CAWG identity claims aggregation credential can fail validation.

Type Aliases§

IcaCredential
TO DO: Doc – looks like CredentialV2 for our specific use case.