AccountResult
Data structure
INTLAccountResult:Inherits from INTLBaseResult, include login information.
Name | Type | Description |
---|---|---|
Profile | AccountProfile | Account Profile |
ChannelID | int | Channel ID |
Channel | string | Channel name |
SeqID | string | Data stream serial number |
Username | string | User defined name |
Uid | string | User UID |
Token | string | User login token |
Expiretime | long | Token expire ime |
IsRegister | int | Has user registered? 0:False 1:True |
IsSetPassword | int | Has user set password? 0:False 1:True |
IsReceiveEmail | int | Has user received email? 0:False 1:True |
VerifyCodeExpireTime | long | Verify code expire time |
CanBind | int | Can link? 0:False 1:True |
IsUserNameAvailable | int | Is Username Available? 0:False 1:True |
PpAcceptanceVersion | string | Privacy Policy version |
TosAcceptanceVersion | string | Terms of Service version |
PpAcceptanceTime | long | Privacy Policy acceptance time |
TosAcceptanceTime | long | Terms of Service acceptance time |
HasGameSaccUid | bool | Whether the current email is registered with a custom account UID |
HasGameSaccOpenId | bool | Whether the current email is registered with a custom account OpenID |
HasLiUid | bool | Whether the current email is registered with an LI PASS UID |
HasLiOpenId | bool | Whether the current email is registered with an LI PASS OpenID |
NeedNotify | bool | Whether to prompt players to upgrade to LI PASS |