Versions in this module Expand all Collapse all v1 v1.0.0 May 18, 2022 Changes in this version + const ZPA_CLIENT_ID + const ZPA_CLIENT_SECRET + const ZPA_CUSTOMER_ID + type AuthToken struct + AccessToken string + TokenType string + type BackoffConfig struct + Enabled bool + MaxNumOfRetries int + RetryWaitMaxSeconds int + RetryWaitMinSeconds int + type Config struct + AuthToken *AuthToken + BackoffConf *BackoffConfig + BaseURL *url.URL + ClientID string + ClientSecret string + CustomerID string + Logger *log.Logger + func NewConfig(clientID, clientSecret, customerID, rawUrl string) (*Config, error) + func (c *Config) GetHTTPClient() *http.Client