Documentation ¶
Index ¶
- func AuthHandler(oauth2 fosite.OAuth2Provider) http.HandlerFunc
- func IntrospectHandler(oauth2 fosite.OAuth2Provider) http.HandlerFunc
- func JWKsHandler(signer *jwt.DefaultSigner) http.HandlerFunc
- func OIDCConfigurationHandler() http.HandlerFunc
- func RegisterHandlers(r *mux.Router, oauth2 fosite.OAuth2Provider, store fosite.Storage)
- func RevokeHandler(oauth2 fosite.OAuth2Provider) http.HandlerFunc
- func TokenHandler(oauth2 fosite.OAuth2Provider) http.HandlerFunc
- type OIDCConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthHandler ¶
func AuthHandler(oauth2 fosite.OAuth2Provider) http.HandlerFunc
func IntrospectHandler ¶
func IntrospectHandler(oauth2 fosite.OAuth2Provider) http.HandlerFunc
func JWKsHandler ¶
func JWKsHandler(signer *jwt.DefaultSigner) http.HandlerFunc
func OIDCConfigurationHandler ¶
func OIDCConfigurationHandler() http.HandlerFunc
func RegisterHandlers ¶
func RevokeHandler ¶
func RevokeHandler(oauth2 fosite.OAuth2Provider) http.HandlerFunc
func TokenHandler ¶
func TokenHandler(oauth2 fosite.OAuth2Provider) http.HandlerFunc
Types ¶
Click to show internal directories.
Click to hide internal directories.