Skip to content

Commit fad48f9

Browse files
committed
Fixing build issues
1 parent 86d16e0 commit fad48f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

IdentityCore/src/MSIDConstants.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@
9898
NSString *const MSID_FLIGHT_DISABLE_REMOVE_ACCOUNT_ARTIFACTS = @"disable_rm_metadata";
9999

100100
NSString *const MSID_FLIGHT_ENABLE_QUERYING_STK = @"enable_querying_stk";
101-
NSString *const MSID_FLIGHT_IS_BART_SUPPORTED = @"is_msal_bart_supported";
102-
103101
NSString *const MSID_DOMAIN_HINT_KEY = @"domain_hint";
104102

105103

IdentityCore/src/oauth2/token/MSIDBoundRefreshToken+Redemption.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ - (NSString *)getTokenRedemptionJwtForTenantId:(nullable NSString *)tenantId
6363
SecKeyRef publicTransportKeyRef = SecKeyCopyPublicKey(workplacejoinData.privateTransportKeyRef);
6464
MSIDEcdhApv *ecdhPartyVInfoData = [[MSIDEcdhApv alloc] initWithKey:publicTransportKeyRef
6565
apvPrefix:MSID_MSAL_CLIENT_APV_PREFIX
66+
customClientNonce:nil
6667
context:context
6768
error:error];
6869
if (!ecdhPartyVInfoData)

0 commit comments

Comments
 (0)