# Functions
NewConnection initializes a grpc.ClientConn configured for basic authentication.
NewTokenCredentials initializes ClientCredentials with the token.
NewTokenCredentialsDynamic initializes ClientCredentials with the dynamic token token.
NewUsernameAndPasswordCredentials initializes username and password Credentials.
# Structs
TokenCredentials implements credentials.PerRPCCredentials.
UsernameAndPasswordCredentials implements credentials.PerRPCCredentials.
# Interfaces
Credentials describes an authorization method.
# Type aliases
TokenGetterFunc is the function to dynamically retrieve the token.