# Functions
NewClient creates a new Auth Client.
No description provided by the author
WithCustomCa is a Provider Option for our jwks CachingProvider It is used to specify a local CA cert, usefull when using a local OAuth server which use a self-signed cert.
# Structs
Client holds the state of the Auth Client.
No description provided by the author
CustomClaims contains custom data we want from the token.
# Interfaces
ClientInterface interface that we will implement and mock.