package
1.0.0-alpha.2
Repository: https://github.com/lstoll/oidc.git
Documentation: pkg.go.dev

# Functions

ExpandUnmarshal will take the given JSON, and expand variables inside it from the environment using os.Expand (https://pkg.go.dev/os#Expand).

# Structs

Client represents an individual oauth2/oidc client.
Clients implements the core.ClientSource against a static list of clients.