AccountResult
Data structure
FINTLAccountResult:Inherits from FINTLBaseResult, include login information.
Name | Type | Description |
---|---|---|
FINTLAccountProfile | AccountProfile | Account Profile |
ChannelID | int32 | Channel ID |
Channel | FString | Channel name |
SeqID | FString | Data stream serial number |
Username | FString | User defined name |
Uid | FString | User UID |
Token | FString | User login token |
Expiretime | int32 | Token expire ime |
IsRegister | int32 | Has user registered? 0:False 1:True |
IsSetPassword | int32 | Has user set password? 0:False 1:True |
IsReceiveEmail | int32 | Has user received email? 0:False 1:True |
VerifyCodeExpireTime | int32 | Verify code expire time |
CanBind | int32 | Can link? 0:False 1:True |
IsUserNameAvailable | int32 | Is Username Available? 0:False 1:True |
PpAcceptanceVersion | FString | Privacy Policy version |
TosAcceptanceVersion | FString | Terms of Service version |
PpAcceptanceTime | FDateTime | Privacy Policy acceptance time |
TosAcceptanceTime | FDateTime | 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 |