Versions in this module Expand all Collapse all v0 v0.2.0 May 19, 2018 v0.1.0 Sep 5, 2017 Changes in this version + func NewOAuth2Client(scopes ...string) (*http.Client, error) + func NewOAuth2TokenSource(scopes ...string) (oauth2.TokenSource, error) + type ClientConfig struct + AuthURI string + ClientID string + ClientSecret string + RedirectURIs []string + TokenURI string + type Config struct + Installed ClientConfig + Web ClientConfig