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

objectarrow-up-right ← NELoginData

Inherited Members

object.Equals(object?)arrow-up-right, object.Equals(object?, object?)arrow-up-right, object.GetHashCode()arrow-up-right, object.GetType()arrow-up-right, object.MemberwiseClone()arrow-up-right, object.ReferenceEquals(object?, object?)arrow-up-right, object.ToString()arrow-up-right

Fields

authToken

The authentication token for the player. Can be null if not authenticated.

public string? authToken

Field Value

stringarrow-up-right?

profile

The player's game profile.

Field Value

NEGameProfile?

Last updated