We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195252b commit 4861e4bCopy full SHA for 4861e4b
IdentityCore/src/requests/broker/MSIDSSORemoteSilentTokenRequest.m
@@ -91,14 +91,7 @@ - (MSIDSSOExtensionRequestDelegateCompletionBlock)getCompletionBlock
91
{
92
#if TARGET_OS_OSX && !EXCLUDE_FROM_MSALCPP
93
self.ssoTokenResponseHandler.externalCacheSeeder = self.externalCacheSeeder;
94
-#endif
95
-
96
-#if !EXCLUDE_FROM_MSALCPP
97
- [operationResponse trackPerfTelemetryWithLastRequest:self.lastRequestTelemetry
98
- requestStartDate:self.requestSentDate
99
- telemetryType:MSID_PERF_TELEMETRY_SILENT_TYPE];
100
101
+#endif
102
[self.ssoTokenResponseHandler handleOperationResponse:operationResponse
103
requestParameters:self.requestParameters
104
tokenResponseValidator:self.tokenResponseValidator
0 commit comments