Documentation
¶
Index ¶
- type DefaultManager
- func (d *DefaultManager) ProcessAuthorizationEP(w http.ResponseWriter, r *http.Request)
- func (d *DefaultManager) ProcessIntrospectionEP(w http.ResponseWriter, r *http.Request)
- func (d *DefaultManager) ProcessRevocationEP(w http.ResponseWriter, r *http.Request)
- func (d *DefaultManager) ProcessTokenEP(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultManager ¶
type DefaultManager struct {
Config *sdk.Config
TokenRequestContextFactory sdk.TokenRequestContextFactory
TokenResponseWriter sdk.TokenResponseWriter
JsonErrorWriter sdk.JsonErrorWriter
AuthenticationRequestContextFactory sdk.AuthenticationRequestContextFactory
AuthenticationResponseWriter sdk.AuthenticationResponseWriter
RedirectErrorWriter sdk.RedirectErrorWriter
AuthEPHandlers []sdk.IAuthEPHandler
TokenEPHandlers []sdk.ITokenEPHandler
ErrorStrategy sdk.ErrorStrategy
UserSessionManager sdk.ISessionManager
LoginPageHandler http.HandlerFunc
ConsentPageHandler http.HandlerFunc
}
func (*DefaultManager) ProcessAuthorizationEP ¶
func (d *DefaultManager) ProcessAuthorizationEP(w http.ResponseWriter, r *http.Request)
func (*DefaultManager) ProcessIntrospectionEP ¶
func (d *DefaultManager) ProcessIntrospectionEP(w http.ResponseWriter, r *http.Request)
func (*DefaultManager) ProcessRevocationEP ¶
func (d *DefaultManager) ProcessRevocationEP(w http.ResponseWriter, r *http.Request)
func (*DefaultManager) ProcessTokenEP ¶
func (d *DefaultManager) ProcessTokenEP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.