AuthorizeEndpointHandlersProvider returns the provider for configuring the authorize endpoint handlers.
| 270 | |
| 271 | // AuthorizeEndpointHandlersProvider returns the provider for configuring the authorize endpoint handlers. |
| 272 | type AuthorizeEndpointHandlersProvider interface { |
| 273 | // GetAuthorizeEndpointHandlers returns the authorize endpoint handlers. |
| 274 | GetAuthorizeEndpointHandlers(ctx context.Context) AuthorizeEndpointHandlers |
| 275 | } |
| 276 | |
| 277 | // TokenEndpointHandlersProvider returns the provider for configuring the token endpoint handlers. |
| 278 | type TokenEndpointHandlersProvider interface { |
no outgoing calls
no test coverage detected