Do is provided as a convenience method to make a request with the oauth2 client. It mirrors `http.Client.Do`.
(ctx context.Context, source Oauth2Source, req *http.Request)
| 52 | // Do is provided as a convenience method to make a request with the oauth2 client. |
| 53 | // It mirrors `http.Client.Do`. |
| 54 | Do(ctx context.Context, source Oauth2Source, req *http.Request) (*http.Response, error) |
| 55 | } |
| 56 | |
| 57 | var _ OAuth2Config = (*Config)(nil) |
no outgoing calls