//
pkg.gl
Category
github.com/lstoll/oidc
core
staticclients
package
1.0.0-alpha.2
Repository:
https://github.com/lstoll/oidc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
2
Files
121 SLOC
#
Functions
ExpandUnmarshal
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
Client represents an individual oauth2/oidc client.
Clients
Clients implements the core.ClientSource against a static list of clients.