Versions in this module Expand all Collapse all v0 v0.2.0 Apr 3, 2026 Changes in this version + func AuthenticateClientCredentials(loginURL, clientID, clientSecret string) (instanceURL, accessToken string, err error) + type Config struct + APIVersion string + AccessToken string + AuthType string + ClientID string + ClientSecret string + InstanceURL string + LoginURL string + Password string + RefreshToken string + Sandbox bool + SecurityToken string + Username string + type Provider struct + Client *sf.Client + func NewProvider(ctx context.Context, cfg Config) (*Provider, error)