microsoft / Microsoft-Store-Services

Microsoft.StoreServices library for authenticating with and using the Microsoft Store Services
MIT License
20 stars 7 forks source link

Fixed issue preventing actually cached tokens from being returned #5

Closed CameronGoodwin closed 3 years ago

CameronGoodwin commented 3 years ago

the 'new' declaration for the CachedAccessTokenProvider class was not working, so I changed the definition to a virtual function in the IAccessTokenProvider so that it can be overridden by the cached class.