Versions in this module Expand all Collapse all v0 v0.1.0 Dec 19, 2023 v0.0.0 Dec 19, 2023 Changes in this version + type Client struct + func New(options Options) *Client + func (c *Client) Do(req *http.Request) (*http.Response, error) + type Options struct + Cache token.TokenCache + ClientID string + ClientSecret string + Debug bool + DisableSingleFlight bool + HTTPClient *http.Client + Logf func(format string, v ...any) + Scope string + SoftExpireInSeconds int + TimeSource func() time.Time + TokenURL string