Skip to content

Commit 215767a

Browse files
kaisong1990Copilot
andauthored
Update IdentityCore/src/MSIDConstants.h
Co-authored-by: Copilot <[email protected]>
1 parent b612b0e commit 215767a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IdentityCore/src/MSIDConstants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ typedef NS_ENUM(NSInteger, MSIDHeaderType)
9696
typedef NS_ENUM(NSUInteger, MSIDXpcMode)
9797
{
9898
MSIDXpcModeDisabled = 0, // Broker Xpc service call is disabled
99-
MSIDXpcModeSSOExtCompanion,// Broker Xpc service call is only used as a backup service when SsoExtension service failed. If SsoExtenion is not available on the device (canPerformRequest returns false), Broker Xpc service call will be disabled
100-
MSIDXpcModeSSOExtBackup, // Broker Xpc service call is used as a backup call when SsoExtension service failed. If SsoExtenion is not available on the device, Xpc service call will be the primary auth service
99+
MSIDXpcModeSSOExtCompanion,// Broker Xpc service call is only used as a backup service when SsoExtension service failed. If SsoExtension is not available on the device (canPerformRequest returns false), Broker Xpc service call will be disabled
100+
MSIDXpcModeSSOExtBackup, // Broker Xpc service call is used as a backup call when SsoExtension service failed. If SsoExtension is not available on the device, Xpc service call will be the primary auth service
101101
MSIDXpcModePrimary // Development only: Broker Xpc service is used as main Sso service, and ignored SsoExtension service completely. This option will be ignored in production and will be treated same as MSIDXpcModeDisable
102102
};
103103

0 commit comments

Comments
 (0)