# Functions
NewAPITokenClient returns a new instance of the APITokenClient type that will perform HTTP requests using the provided API token for authentication.
NewOAuthClient returns a new instance of the OAuthClient type that will perform HTTP requests using OAuth to provide authentication tokens to the backend API.
NewVenafiCloudClient returns a new instance of the VenafiCloudClient type that will perform HTTP requests using a bearer token to authenticate to the backend API.
NewVenConnClient lets you make requests to the Venafi Cloud backend using the given VenafiConnection resource.
Performs validations.
ParseVenafiCredentials reads credentials into a VenafiSvcAccountCredentials struct.
# Constants
URL for the venafi-cloud backend services.
# Variables
AuthServerDomain is the auth0 domain (injected at build time).
ClientID is the auth0 client identifier (injected at build time).
ClientSecret is the auth0 client secret (injected at build time).
# Structs
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