(context.Context, *oauth2.Token)
| 40 | AuthCodeURL(state string, opts ...oauth2.AuthCodeOption) string |
| 41 | Exchange(ctx context.Context, code string, opts ...oauth2.AuthCodeOption) (*oauth2.Token, error) |
| 42 | TokenSource(context.Context, *oauth2.Token) oauth2.TokenSource |
| 43 | } |
| 44 | |
| 45 | // InstrumentedOAuth2Config extends OAuth2Config with a `Do` method that allows |
no outgoing calls