# Structs
EnvProvider implements the [token.Provider] interface using the environment variables to retrieve a token.
EnvVar is a struct that represents an environment variable that can contain a VCS token.
Token is a VCS token that can be used for API access.
# Interfaces
Provider is an interface for VCS providers to implement to provide a token from a user's machine.