| 26 | ) |
| 27 | |
| 28 | type ClientSecretBasicAuthRequest interface { |
| 29 | Auth(req *http.Request) |
| 30 | } |
| 31 | |
| 32 | // Discover calls the discovery endpoint of the provided issuer and returns its configuration |
| 33 | // It accepts an optional argument "wellknownUrl" which can be used to override the discovery endpoint url |
no outgoing calls
no test coverage detected
searching dependent graphs…