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

5 uses

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

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

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