ServiceClient.RemoveOAuthTokenCache(String) Method

Definition

Clear the persistent and in-memory store cache

public static bool RemoveOAuthTokenCache (string tokenCachePath = "");
static member RemoveOAuthTokenCache : string -> bool
Public Shared Function RemoveOAuthTokenCache (Optional tokenCachePath As String = "") As Boolean

Parameters

tokenCachePath
String

Returns

Applies to