# Functions

GenerateToken generate a token for the account with the specified name.
Login do a login with username and password credentials and returns the auth token.
NewTokenProvider creates a new ArgoCD token provider from a set of config options.

# Structs

TokenProviderOptions hold url, auth token for the API client.

# Interfaces

TokenProvider defines an interface for interaction with an Argo CD server.