9 #ifndef TOKENCACHENOTIFICATIONARGS_H
10 #define TOKENCACHENOTIFICATIONARGS_H
28 : tokenCache_{tokenCache}
32 : tokenCache_(tokenCache)
39 TokenCache* tokenCache()
const {
return tokenCache_; }
40 const String& clientId()
const {
return clientId_; }
41 const String& resource()
const {
return resource_; }
42 const String& uniqueId()
const {
return uniqueId_; }
48 #endif // TOKENCACHENOTIFICATIONARGS_H
Definition: TokenCache.h:24
Definition: TokenCacheNotificationArgs.h:18
Definition: AcquireTokenForClientHandler.h:14