Skip to content

Commit 51ec470

Browse files
author
kai
committed
clean up
1 parent 440c559 commit 51ec470

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

IdentityCore/src/requests/broker/MSIDSSOExtensionInteractiveTokenRequest.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
// THE SOFTWARE.
2323

24-
//#import "MSIDInteractiveTokenRequest.h"
2524
#import "MSIDSSORemoteInteractiveTokenRequest.h"
2625
#import "MSIDProviderType.h"
2726

IdentityCore/src/requests/sdk/adal/MSIDLegacyTokenRequestProvider.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ - (MSIDInteractiveTokenRequest *)interactiveSSOExtensionTokenRequestWithParamete
9898

9999
- (MSIDInteractiveTokenRequest *)interactiveXpcTokenRequestWithParameters:(__unused MSIDInteractiveTokenRequestParameters *)parameters
100100
{
101-
// TODO: not implemented yet.
101+
// Not supported
102102
return nil;
103103
}
104104

0 commit comments

Comments
 (0)