Skip to content

Commit ae7b43e

Browse files
committed
Remove code not needed. Update changelog
1 parent b7f88af commit ae7b43e

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

IdentityCore/src/requests/MSIDInteractiveAuthorizationCodeRequest.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ NS_ASSUME_NONNULL_BEGIN
4444

4545
- (void)getAuthCodeWithCompletion:(MSIDInteractiveAuthorizationCodeCompletionBlock)completionBlock;
4646

47-
- (void)updateCustomHeadersForFRTSupportIfNeeded;
48-
4947
@end
5048

5149
NS_ASSUME_NONNULL_END

IdentityCore/src/requests/MSIDInteractiveAuthorizationCodeRequest.m

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,6 @@ - (void)showWebComponentWithCompletion:(MSIDWebviewAuthCompletionHandler)complet
149149

150150
}
151151

152-
- (void)updateCustomHeadersForFRTSupportIfNeeded
153-
{
154-
#if !EXCLUDE_FROM_MSALCPP && !AD_BROKER
155-
// This is meant to be implemented by subclasses
156-
NSAssert(NO, @"Abstract method.");
157-
return;
158-
#endif
159-
}
160-
161152
#pragma mark - v2 code
162153

163154
- (void)handleWebReponseV2:(MSIDWebviewResponse *)response error:(NSError *)error completionBlock:(MSIDInteractiveAuthorizationCodeCompletionBlock)completionBlock

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Version 1.11.1
2-
* Fix crash when adding existing RT on interactive calls.
2+
* Fix crash when adding existing RT on interactive calls (#1526)
33

44
Version 1.11.0
55
* Use a single family refresh token (#1470)

0 commit comments

Comments
 (0)