Module spiffe::bundle::jwt[][src]

Expand description

JWT bundle types.

Structs

JwtBundle

This type contains a collection of trusted JWT authorities (Public keys) for a TrustDomain.

JwtBundleSet

This type contains a set of JwtBundle, keyed by TrustDomain.

Enums

JwtBundleError

An error that can arise creating a new JwtBundle.

Type Definitions

JwtAuthority

Represents a public key for validating JWT tokens.