Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyService ¶
type ProxyService struct {
// contains filtered or unexported fields
}
ProxyService -
func (*ProxyService) Handler ¶
func (svc *ProxyService) Handler() http.Handler
Handler bootstraps package routes and their respective HTTP HandlerFuncs returning a standard http.Handler interface to be served independenly or mounted in a routing chain
func (*ProxyService) ListenAndServe ¶
func (svc *ProxyService) ListenAndServe() error
ListenAndServe function
func (*ProxyService) RegisterProvider ¶
func (svc *ProxyService) RegisterProvider(key string, p *openid.AuthenticationProvider)
RegisterProvider inserts the OpenID Connect Provider into the local cache
Click to show internal directories.
Click to hide internal directories.