google.golang.org/grpc/credentials.TransportCredentials.Info (method)

5 uses

	google.golang.org/grpc/credentials (current package)
		credentials.go#L181: 	Info() ProtocolInfo

	google.golang.org/grpc
		clientconn.go#L496: 	if transportCreds.Info().SecurityProtocol == "insecure" {
		clientconn.go#L1968: 	if creds := dopts.copts.TransportCredentials; creds != nil && creds.Info().ServerName != "" {
		clientconn.go#L1969: 		authorityFromCreds = creds.Info().ServerName

	google.golang.org/grpc/internal/transport
		http2_client.go#L312: 		if transportCreds.Info().SecurityProtocol == "tls" {