# Functions
NewConnection builds a new GRPC connection object.
# Structs
ConnectionOptions holds the parameters for the Connection builder.
# Interfaces
Connection is an helper, that holds the actual grpc.ClientConn connection.
Provider is responsible to provide new instances of: - a new GRPC client connection - a new token source.
TokenSource is responsible for providing OAuth tokens.