# Functions
NewCredentialCache creates a new CredentialCache used for storing and periodically fetching a JWK set from the provided credential store.
NewJWKSService returns a new JWKS service for handling JIMMs JWKS.
NewJWTService returns a new JWT service for handling JIMMs JWTs.
# Structs
CredentialCache provides a cache that will periodically fetch the JWK set from a credential store.
JWKSService handles the creation, rotation and retrieval of JWKS for JIMM.
JWTParams are the necessary params to issue a ready-to-go JWT targeted at a Juju controller.
JWTService manages the creation of JWTs that are intended to be issued by JIMM.
No description provided by the author
# Interfaces
JwksGetter provides a Get method to fetch the JWK set.