9 #ifndef OAUTH2RESPONSE_H
10 #define OAUTH2RESPONSE_H
14 #include "CallState.h"
15 #include "AuthenticationResult.h"
16 #include "AuthorizationResult.h"
22 static const String& Tag() {
static const String tag=
"OAuth2Response";
return tag;}
25 static AuthenticationResultPtr parseTokenResponse(TokenResponsePtr tokenResponse, CallStatePtr callState);
26 static AuthorizationResultPtr parseAuthorizeResponse(
const String& webAuthenticationResult, CallStatePtr callState);
29 static IdTokenPtr parseIdToken(
const String& idToken);
34 #endif // OAUTH2RESPONSE_H
Definition: OAuth2Response.h:20
Definition: AcquireTokenForClientHandler.h:14