package
0.0.0-20230320135805-08e2f7535ccd
Repository: https://github.com/awsong/dex.git
Documentation: pkg.go.dev
# Functions
NewAPI returns a server which implements the gRPC API interface.
No description provided by the author
NewServer constructs a server from the provided config.
NewServerWithKey constructs a server from the provided config and a static signing key.
# Constants
LocalConnector is the local passwordDB connector which is an internal connector maintained by the server.
# Variables
ConnectorsConfig variable provides an easy way to return a config struct depending on the connector type.
# Structs
Config holds the server's configuration options.
Connector is a connector with resource version metadata.
No description provided by the author
Server is the top level object.
WebConfig holds the server's frontend templates and asset configuration.
# Interfaces
ConnectorConfig is a configuration that can open a connector.