CanHandleRequest indicates, if TokenEndpointHandler can handle this request or not. If true, HandleTokenEndpointRequest can be called.
(ctx context.Context, requester AccessRequester)
| 39 | // CanHandleRequest indicates, if TokenEndpointHandler can handle this request or not. If true, |
| 40 | // HandleTokenEndpointRequest can be called. |
| 41 | CanHandleTokenEndpointRequest(ctx context.Context, requester AccessRequester) bool |
| 42 | } |
| 43 | |
| 44 | // RevocationHandler is the interface that allows token revocation for an OAuth2.0 provider. |
no outgoing calls