Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 854 Bytes

webaccountmanager_invalidateappcacheforaccountasync_1366384385.md

File metadata and controls

28 lines (19 loc) · 854 Bytes
-api-id -api-type
M:Windows.Security.Authentication.Web.Provider.WebAccountManager.InvalidateAppCacheForAccountAsync(Windows.Security.Credentials.WebAccount)
winrt method

Windows.Security.Authentication.Web.Provider.WebAccountManager.InvalidateAppCacheForAccountAsync

-description

Clears the web account manager's token cache for a specific web account.

-parameters

-param webAccount

The web account for which tokens will be cleared.

-returns

This method does not return a value.

-remarks

This method should be called whenever a web account provider app detects that a token cached by the web account manager for a specific account is invalid.

-see-also

-examples