# Functions
NewClient constructs and returns a new ConnectorClient with provided configuration and an empty cache.
NewClientConfig creates configuration for ConnectorClient.
# Structs
Config represents the credentials for a user program and the URL for validating the credentials.
ConnectorClient implements Client to send HTTP requests to the connector service.
# Interfaces
Client provides interface to send requests to the connector service.