func(client *http.Client, url string) (config.Claims, error)
| 11 | ) |
| 12 | |
| 13 | type UserinfoExtractor func(client *http.Client, url string) (config.Claims, error) |
| 14 | |
| 15 | type OAuthService struct { |
| 16 | serviceCfg config.OAuthServiceConfig |
nothing calls this directly
no outgoing calls
no test coverage detected