File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 9898NSString *const MSID_FLIGHT_DISABLE_REMOVE_ACCOUNT_ARTIFACTS = @" disable_rm_metadata" ;
9999
100100NSString *const MSID_FLIGHT_ENABLE_QUERYING_STK = @" enable_querying_stk" ;
101- NSString *const MSID_FLIGHT_IS_BART_SUPPORTED = @" is_msal_bart_supported" ;
102-
103101NSString *const MSID_DOMAIN_HINT_KEY = @" domain_hint" ;
104102
105103
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments