Versions in this module Expand all Collapse all v0 v0.13.0 Jan 20, 2025 v0.12.0 Jan 9, 2025 Changes in this version + var HTTPClient = oauth2.HTTPClient + type Config struct + func Configure(hostURL string, clientID string, clientSecret string, scopes []string) *Config + type Token struct + func RefreshToken(ctx context.Context, hostURL string, refreshToken string) (*Token, error) + func StartAuthorizationCodeFlow(ctx context.Context, cfg *Config) (*Token, error) + func StartPasswordFlow(ctx context.Context, cfg *Config, username string, password string) (*Token, error)