Skip to content

Commit

Permalink
update core.
Browse files Browse the repository at this point in the history
  • Loading branch information
antrix1989 committed Feb 27, 2025
1 parent c8791b2 commit c6f082f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MSAL/IdentityCore
Submodule IdentityCore updated 23 files
+30 −14 IdentityCore/IdentityCore.xcodeproj/project.pbxproj
+0 −2 IdentityCore/src/MSIDBrokerConstants.h
+0 −3 IdentityCore/src/MSIDBrokerConstants.m
+0 −9 IdentityCore/src/broker_operation/response/MSIDBrokerNativeAppOperationResponse.h
+0 −25 IdentityCore/src/broker_operation/response/MSIDBrokerNativeAppOperationResponse.m
+6 −10 IdentityCore/src/network/request_server_telemetry/MSIDAADTokenRequestServerTelemetry.m
+0 −6 IdentityCore/src/requests/broker/MSIDSSOExtensionGetAccountsRequest.m
+0 −6 IdentityCore/src/requests/broker/MSIDSSOExtensionGetDeviceInfoRequest.m
+0 −6 IdentityCore/src/requests/broker/MSIDSSOExtensionSignoutRequest.m
+0 −6 IdentityCore/src/requests/broker/MSIDSSOExtensionSilentTokenRequest.m
+0 −18 IdentityCore/src/telemetry/request_telemetry/MSIDLastRequestTelemetry.h
+4 −142 IdentityCore/src/telemetry/request_telemetry/MSIDLastRequestTelemetry.m
+5 −7 IdentityCore/src/webview/MSIDCertAuthManager.m
+19 −6 IdentityCore/src/webview/embeddedWebview/MSIDOAuth2EmbeddedWebviewController.m
+0 −0 IdentityCore/src/webview/operations/ios/MSIDSwitchBrowserOperation.h
+0 −0 IdentityCore/src/webview/operations/ios/MSIDSwitchBrowserOperation.m
+0 −0 IdentityCore/src/webview/operations/ios/MSIDSwitchBrowserResumeOperation.h
+0 −0 IdentityCore/src/webview/operations/ios/MSIDSwitchBrowserResumeOperation.m
+158 −0 IdentityCore/tests/MSIDAADTokenRequestServerTelemetryTests.m
+0 −64 IdentityCore/tests/MSIDBrokerNativeAppOperationResponseTests.m
+2 −16 IdentityCore/tests/MSIDLastRequestTelemetryTests.m
+38 −0 IdentityCore/tests/mocks/MSIDLastRequestTelemetry+Tests.h
+2 −1 changelog.txt

0 comments on commit c6f082f

Please sign in to comment.