Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PushedAuthorizeHandler ¶
type PushedAuthorizeHandler struct { Storage interface{} Config fosite.Configurator }
PushedAuthorizeHandler handles the PAR request
func (*PushedAuthorizeHandler) HandlePushedAuthorizeEndpointRequest ¶
func (c *PushedAuthorizeHandler) HandlePushedAuthorizeEndpointRequest(ctx context.Context, ar fosite.AuthorizeRequester, resp fosite.PushedAuthorizeResponder) error
HandlePushedAuthorizeEndpointRequest handles a pushed authorize endpoint request. To extend the handler's capabilities, the http request is passed along, if further information retrieval is required. If the handler feels that he is not responsible for the pushed authorize request, he must return nil and NOT modify session nor responder neither requester.
Click to show internal directories.
Click to hide internal directories.