Client returns an http client using the provided token.
(token *oauth2.Token)
| 113 | |
| 114 | // Client returns an http client using the provided token. |
| 115 | Client(token *oauth2.Token) *http.Client |
| 116 | |
| 117 | // BuildAuthURL returns a URL to the provider's consent page |
| 118 | // that asks for permissions for the required scopes explicitly. |
no outgoing calls