Account callback information (AccountResult)
Data Structure
INTLAccountResult: Inherited from INTLBaseResult, contains login information.
| Name | Type | Explanation |
|---|---|---|
| Profile | Account Information (AccountProfile) | Account personal information |
| ChannelID | int | Login channel ID |
| Channel | String | Login channel |
| SeqID | string | Data stream message sequence number |
| Username | string | User-defined name |
| Uid | string | User UID |
| Token | string | User authorization token |
| Expiretime | long | Token expiration time |
| IsRegister | int | Registered 0: No 1: Yes |
| IsSetPassword | int | Password set 0: No 1: Yes |
| IsReceiveEmail | int | Receive email 0: No 1: Yes |
| VerifyCodeExpireTime | long | Verification code expiration time |
| CanBind | int | Binding possible 0: No 1: Yes |
| IsUserNameAvailable | int | Username available 0: No 1: Yes |
| PpAcceptanceVersion | string | User's accepted privacy policy version |
| TosAcceptanceVersion | string | User's accepted Terms of Service version |
| PpAcceptanceTime | long | User's privacy agreement acceptance time |
| TosAcceptanceTime | long | User's Terms of Service acceptance time |
| HasGameSaccUid | bool | Current email registered with custom account UID |
| HasGameSaccOpenId | bool | Current email registered with custom account OpenID |
| HasLiUid | bool | Current email registered with LI PASS UID |
| HasLiOpenId | bool | Current email registered with LI PASS OpenID |
| NeedNotify | bool | Should notify user to upgrade to LI PASS |
| UserAgreedGameTos | string | User agreed Terms of Service version, if not agreed pass empty value |
| UserAgreedGamePP | string | User agreed privacy policy version, if not agreed pass empty value |
| UserAgreedLiPP | string | Agreed LEVEL INFINITE PASS privacy policy version, if not agreed pass empty value |
| userAgreedLiDt | string | User agreed data transmission protocol version, if not agreed pass empty value |
| UserAgreedLiTos | string | Agreed LEVEL INFINITE PASS Terms of Service version, if not agreed pass empty value |
| UserAgreedGameDMA | String | Agreed game DMA advertisement notification version, if not agreed pass empty value |
| UserAgreedReceiveEmailNight | int | Receive night marketing emails |
| AvatarInfo | string | LI PASS avatar configuration list |
| AvatarURL | String | User's LI PASS avatar URL |
| AvatarName | string | User's LI PASS avatar name |
| ComplianceStatusInfo | string | User's LI PASS compliance status information |
| PointsInfo | string | User's LI PASS points information |