Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoauthClient ¶
type NoauthClient interface { fosite.Client fosite.OpenIDConnectClient fosite.ResponseModeClient }
type Server ¶
type Server struct { ServerConfig // contains filtered or unexported fields }
func NewServer ¶
func NewServer(conf *ServerConfig) *Server
type ServerConfig ¶
type ServerConfig struct { Issuer string `json:"issuer"` ClientID string `json:"clientID"` ClientSecret string `json:"clientSecret"` RedirectURI string `json:"redirectURI"` ManagementAPIEndpoint string `json:"managementAPIEndpoint"` Port int `json:"port"` Debug bool `json:"debug"` Logger *zap.SugaredLogger }
func (*ServerConfig) DeepCopy ¶
func (in *ServerConfig) DeepCopy() *ServerConfig
func (*ServerConfig) DeepCopyInto ¶
func (in *ServerConfig) DeepCopyInto(out *ServerConfig)
Click to show internal directories.
Click to hide internal directories.