# Structs
No description provided by the author
Config contains the parameters of an OIDC provider.
ProviderClient handles the OIDC authentication code flow based on information from https://developers.google.com/identity/openid-connect/openid-connect and https://developers.facebook.com/docs/facebook-login/guides/advanced/oidc-token/.
ProviderServer is a OpenID Connect server implementation.
RewriteRule is used to apply a regular expression on an existing JWT claim to create or overwrite another claim, or possibly the same claim.
ServerOptions contains the parameters needed to configure a ProviderServer.
# Interfaces
CookieManager is the interface to set and clear the auth token.
EventRecorder is used to record events.