package
3.0.0-alpha.9
Repository: https://github.com/cloudfoundry/go-cfclient.git
Documentation: pkg.go.dev
# Functions
AuthTokenURL is a functional option to set the authorize and token url.
ClientCredentials is a functional option to set client credentials.
HttpClient is a functional option to set the HTTP client.
New creates a new Config with specified API root URL and options.
NewFromCFHome creates a client config from the CF CLI config.
NewFromCFHomeDir creates a client config from the CF CLI config using the specified directory.
Origin is a functional option to set the origin.
RequestTimeout is a functional option to set the request timeout.
Scopes is a functional option to set scopes.
SkipTLSValidation is a functional option to skip TLS validation.
SSHOAuthClient configures a clientID used to request an SSH code.
Token is a functional option to set the access and refresh tokens.
UserAgent is a functional option to set user agent.
UserPassword is a functional option to set user credentials.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Type aliases
Option is a functional option for configuring the client.