{
"accessToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
"refreshToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
"tokenType": "Bearer",
"expiresIn": 3600,
"userId": "device-123_unique_id",
"deviceId": "device-123",
"gameId": "default_game",
"tenantId": "test_tenant_1752523421",
"playerConfig": {
"playerStatus": {
"isPayer": {
"value": true,
"defaultValue": false,
"expiredAt": null
}
},
"storeConfig": {
"activeSkus": [
{
"skuId": "starter_pack",
"name": "Starter Pack",
"description": "Perfect for new players",
"actualPrice": 0.99,
"offerPrice": 0.99,
"currency": "USD",
"assets": [],
"active": true
},
{
"skuId": "remove_ads",
"name": "Remove Ads",
"description": "Removes all advertisements",
"actualPrice": 2.99,
"offerPrice": 2.99,
"currency": "USD",
"assets": [],
"active": true
},
{
"skuId": "premium_currency_small",
"name": "Premium Currency (Small)",
"description": "100 premium coins",
"actualPrice": 4.99,
"offerPrice": 4.99,
"currency": "USD",
"assets": [],
"active": true
}
],
"lastUpdatedTimestamp": 0,
"userSpecificPromoId": null,
"fallbackConfig": null
}
}
}