We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c540f commit eb56d79Copy full SHA for eb56d79
IdentityCore/src/webview/response/MSIDWebOAuth2AuthCodeResponse.m
@@ -65,8 +65,7 @@ - (MSIDAuthorizationCodeResult *)createAuthorizationCodeResult
65
{
66
MSIDAuthorizationCodeResult *result = [MSIDAuthorizationCodeResult new];
67
result.authCode = self.authorizationCode;
68
-// result.accountIdentifier = self.authCodeClientInfo.accountIdentifier;
69
-// result.pkceVerifier = self.webViewConfiguration.pkce.codeVerifier;
+
70
return result;
71
}
72
0 commit comments