()
| 109 | type oauthClient interface { |
| 110 | GetProvider() string |
| 111 | GetClientID() string |
| 112 | GetCallbackLocation() string |
| 113 | buildLoginURL(state string) (string, error) |
| 114 | exchangeOauthCode(ctx context.Context, code string) (*TokenResponse, error) |
no outgoing calls
no test coverage detected