NinetyEight.NELoginData
Last updated
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()
The authentication token for the player. Can be null if not authenticated.
public string? authTokenField Value
The player's game profile.
Field Value
NEGameProfile?
Last updated
public NEGameProfile? profile