/// <summary> /// Clears any cached auth token. /// </summary> public void ClearAuthToken() { AuthClient.ClearToken(); }