google.golang.org/grpc/credentials.CommonAuthInfo.SecurityLevel (field)

8 uses

	google.golang.org/grpc/credentials (current package)
		credentials.go#L91: 	SecurityLevel SecurityLevel
		credentials.go#L242: 		if ci.GetCommonAuthInfo().SecurityLevel == Invalid {
		credentials.go#L245: 		if ci.GetCommonAuthInfo().SecurityLevel < level {
		credentials.go#L246: 			return fmt.Errorf("requires SecurityLevel %v; connection has %v", level, ci.GetCommonAuthInfo().SecurityLevel)
		tls.go#L103: 			SecurityLevel: PrivacyAndIntegrity,
		tls.go#L122: 			SecurityLevel: PrivacyAndIntegrity,

	google.golang.org/grpc/credentials/alts/internal/authinfo
		authinfo.go#L53: 		CommonAuthInfo: credentials.CommonAuthInfo{SecurityLevel: credentials.PrivacyAndIntegrity},

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