Discuss this help topic in SecureBlackbox Forum
Clears auth cache.
Declaration
[C#]
void ClearAuthCache();
[VB.NET]
Sub ClearAuthCache()
[Pascal]
procedure ClearAuthCache;
[C++]
void ClearAuthCache();
[PHP]
void ClearAuthCache()
[Java]
void clearAuthCache();
Description
Use this method to delete cached auth request headers.
Discuss this help topic in SecureBlackbox Forum