Table of Contents

Get

Methods
public static LegacyLoginData Get(string projectId, string uniqueId = "")

Get locally cached data from the last player account that was logged in to the given project using the old login system in coherence 1.3.0 and older.

Parameters
Type Name Description
string projectId
string uniqueId
Returns
Type Description
LegacyLoginData

A LegacyLoginData object containing the Username, GuestPassword (if the last player account was logged in as a guest; otherwise, and empty string), and SessionToken for the player account, if any; otherwise, None.

See Also
Clear(string, string)