| 19 | var _ fosite.TokenEndpointHandler = (*Handler)(nil) |
| 20 | |
| 21 | type Handler struct { |
| 22 | Strategy oauth2.AuthorizeCodeStrategyProvider |
| 23 | Storage PKCERequestStorageProvider |
| 24 | Config interface { |
| 25 | fosite.EnforcePKCEProvider |
| 26 | fosite.EnforcePKCEForPublicClientsProvider |
| 27 | fosite.EnablePKCEPlainChallengeMethodProvider |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | var _ fosite.TokenEndpointHandler = (*Handler)(nil) |
| 32 |
nothing calls this directly
no outgoing calls
no test coverage detected