NinetyEight.NELoginData
Class NELoginData
Namespace: NinetyEight Assembly: APIReference.dll
Login data for the player, including their profile and authentication token. Used during player login to authenticate and load the profile.
[Serializable]
public class NELoginDataInheritance
object ← NELoginData
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
authToken
The authentication token for the player. Can be null if not authenticated.
public string? authTokenField Value
profile
The player's game profile.
Field Value
NEGameProfile?
Last updated