Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscoveryHandler ¶
type DiscoveryHandler struct {
// contains filtered or unexported fields
}
func NewOidcDiscoveryHandler ¶
func NewOidcDiscoveryHandler() *DiscoveryHandler
func (*DiscoveryHandler) ServeHTTP ¶
func (h *DiscoveryHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type UserInfoHandler ¶
type UserInfoHandler struct {
// contains filtered or unexported fields
}
func NewOidcUserInfoHandler ¶
func NewOidcUserInfoHandler(tokenManager *token.Manager) *UserInfoHandler
func (*UserInfoHandler) ServeHTTP ¶
func (h *UserInfoHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.