>
The parameters listed bellow are passed to the application:
Name | Required | Type | Description | Available |
---|---|---|---|---|
logged_user_id | Y | Varchar(16) | ID of the authorized user, which is permanent and will not change for the application. | Y |
api_server | Y | String | API server base URL, for example https://api.rbkgames.com/ | Y |
application_id | Y | String | Application public identifier | Y |
session_key | Y | String | ID of the user session | Y |
lang | Y | String | Language code used by the user | |
country | Y | String | Player country (see https://dev.maxmind.com/geoip/legacy/codes/iso3166/ ) | Y |
auth_sig | Y | String | An MD5 hash of the logged_user_id+session_key+application_secret_key. It can be used for simplified verification of the logged in user | Y |
sig | Y | String | An MD5 hash of the current request and your secret key, as described in the Authentication and Authorization (Calculating signature) section. Important : all request parameters are used to calculate signature | Y |