NELoginData

negdkcc


negdkcc / NELoginData

Type Alias: NELoginData

NELoginData = object

Defined in: data/NELoginData.ts:7

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.

Properties

authToken

authToken: string | null

Defined in: data/NELoginData.ts:16

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


profile

profile: NEGameProfile

Defined in: data/NELoginData.ts:11

The player's game profile.

Last updated