Click or drag to resize
ApiAuthManagerDeleteCachedLoginDetailsFromDisk Method
Deletes any cached login credentials from disk.

Namespace: Rally.RestApi.Auth
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public bool DeleteCachedLoginDetailsFromDisk()

Return Value

Type: Boolean
If the files were successfully deleted or not.
Examples
C#
bool success = authMgr.DeleteCachedLoginDetailsFromDisk();
See Also