ActiveDirectoryAuthenticationProvider.ClearUserTokenCache Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears cached user tokens from the token provider.
public:
static void ClearUserTokenCache();
public static void ClearUserTokenCache ();
static member ClearUserTokenCache : unit -> unit
Public Shared Sub ClearUserTokenCache ()
Remarks
This will cause interactive authentication prompts to appear again if tokens were previously being obtained from the cache.