# Functions
NewOidcClient creates a new OpenID Connect client for the given provider and credentials.
WithAllowDevLogin enables logging in at [login_url]?token=[jwt_id_token] with a custom token.
WithSkipExpiryCheck disables checking token expiration time, so expired tokens can be used.
# Constants
DefaultCookiePath sets the URL path cookies from this package are valid for.
10m.
# Variables
No description provided by the author
User should have home organization.
# Structs
OidcClient holds the OpenID Connect and OAuth2 configuration for an authentication provider.
# Type aliases
OidcClientOption is used for passing optional configuration to a OidcClient.