negdkcc
negdkcc / NELoginData
NELoginData = object
object
Defined in: data/NELoginData.ts:7arrow-up-right
Login data for the player, including their profile and authentication token. This type is used during player login to authenticate the player and load their profile.
authToken: string | null
string
null
Defined in: data/NELoginData.ts:16arrow-up-right
The authentication token for the player. Can be null if not authenticated.
profile: NEGameProfile
NEGameProfile
Defined in: data/NELoginData.ts:11arrow-up-right
The player's game profile.
Last updated 8 months ago