Versions in this module Expand all Collapse all v1 v1.0.0 Jul 30, 2020 Changes in this version + type Config struct + BaseURL string + ClientID string + ClientSecret string + func (c *Config) New(ctx context.Context) *http.Client + func (c *Config) NewWithClient(ctx context.Context, hc *http.Client) *http.Client + func (c *Config) TokenSource(ctx context.Context, hc *http.Client) oauth2.TokenSource + type Error struct + Code string + Message string + func (e Error) Error() string