Clear
method in Coherence.Cloud.LegacyLoginData
Methods
public static void Clear(string projectId, string uniqueId)
Clear all locally cached data from the last user that was logged in to the given project using the old login system in coherence 1.3.0 and older.
Cached data includes the Username, GuestPassword (if the last user was logged in as a guest), and SessionToken for the user-
Parameters
| Type | Name | Description |
|---|---|---|
| string | projectId | Identifier of the project whose data cached legacy login data to clear. |
| string | uniqueId | (Optional) Unique id configured in the main Coherence Bridge. |