Versions in this module Expand all Collapse all v1 v1.0.0 Jun 19, 2022 Changes in this version + func NewTokenSource(clientid string, clientsecret string, options ...Option) oauth2.TokenSource + type Option func(*TokenSource) + func HTTPClientOption(client *http.Client) Option + type TokenSource struct + func (sps *TokenSource) Token() (*oauth2.Token, error)