11 #include "AuthorityType.h"
20 AuthorityType authorityType_;
25 const Guid& correlationId()
const {
return correlationId_;}
26 void correlationId(
const Guid& val) { correlationId_ = val;}
28 bool callSync()
const {
return callSync_;}
29 void callSync(
const bool val) { callSync_ = val;}
31 const AuthorityType& authorityType()
const {
return authorityType_;}
32 void authorityType(
const AuthorityType& val) { authorityType_ = val;}
35 using CallStatePtr = ptr<CallState>;
Definition: CallState.h:16
Definition: AcquireTokenForClientHandler.h:14