type google.golang.org/grpc/credentials.TLSInfo

6 uses

	google.golang.org/grpc/credentials (current package)
		tls.go#L35: type TLSInfo struct {
		tls.go#L43: func (t TLSInfo) AuthType() string {
		tls.go#L48: func (t TLSInfo) GetSecurityValue() ChannelzSecurityValue {
		tls.go#L100: 	tlsInfo := TLSInfo{
		tls.go#L119: 	tlsInfo := TLSInfo{

	google.golang.org/grpc/internal/transport
		handler_server.go#L383: 		pr.AuthInfo = credentials.TLSInfo{State: *req.TLS, CommonAuthInfo: credentials.CommonAuthInfo{SecurityLevel: credentials.PrivacyAndIntegrity}}