Module metadata

Source
Expand description

Additional metadata defined by the SD-JWT VC specification such as issuer’s metadata and credential type metadata.

Structs§

ClaimDisplay
Display information for a given claim.
ClaimMetadata
Information about a particular claim for displaying and validation purposes.
ClaimPath
A non-empty list of string, null values, or non-negative integers. It is used to select a particular claim in the credential or a set of claims. See Claim Path for more information.
DisplayMetadata
Credential type’s display information of a given language.
IntegrityMetadata
An integrity metadata string as defined in W3C SRI.
IssuerMetadata
SD-JWT VC issuer’s metadata. Contains information about one issuer’s public keys, either as an embedded JWK Set or a reference to one.
RenderingMetadata
Information on how to render a given credential type.
TypeMetadata
SD-JWT VC’s credential type.

Enums§

ClaimDisclosability
Information about whether a given claim is selectively disclosable.
ClaimPathSegment
A single segment of a ClaimPath.
Jwks
JWK Set containing the issuer’s public keys or a URL string referencing them.
TypeSchema
Either a reference to or an embedded JSON Schema.

Constants§

WELL_KNOWN_VCT
Path used to retrieve VC Type Metadata.
WELL_KNOWN_VC_ISSUER
Path used to query IssuerMetadata for a given JWT VC issuer.