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 NELoginData
Inheritance
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? authToken
Field Value
profile
The player's game profile.
public NEGameProfile? profile
Field Value
NEGameProfile?
Last updated