Interface GameProfile
The game profile of the user.
In auth response, it will usually carry the userId, createdAt properties.
In lookup function, it will carry the properties property.
🏷️ Properties
createdAt
ts
createdAt: numberDefined in: packages/user/gameProfile.ts:19
id
ts
id: stringgame profile unique id
Defined in: packages/user/gameProfile.ts:12
legacy
ts
legacy: booleanDefined in: packages/user/gameProfile.ts:24
legacyProfile
ts
legacyProfile: booleanDefined in: packages/user/gameProfile.ts:20
migrated
ts
migrated: booleanDefined in: packages/user/gameProfile.ts:23
name
ts
name: stringThis is in game displayed name
Defined in: packages/user/gameProfile.ts:16
paid
ts
paid: booleanDefined in: packages/user/gameProfile.ts:22
properties
ts
properties: ObjectDefined in: packages/user/gameProfile.ts:17
suspended
ts
suspended: booleanDefined in: packages/user/gameProfile.ts:21
userId
ts
userId: stringDefined in: packages/user/gameProfile.ts:18