Bundle defines gRPC credential interface.
type Bundle interface { grpccredentials.Bundle UpdateAuthToken(token string) }
func NewBundle(cfg Config) Bundle
NewBundle constructs a new gRPC credential bundle.
Config defines gRPC credential configuration.
type Config struct { TLSConfig *tls.Config }