EOS_Connect_ExternalAccountInfo

EOS API reference page for EOS_Connect_ExternalAccountInfo

阅读时间1分钟

This data structure is part of the Connect Interface.

Remarks

Contains information about an external account linked with a Product User ID.

Properties

EOS_Connect_ExternalAccountInfo

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_CONNECT_EXTERNALACCOUNTINFO_API_LATEST.
EOS_ProductUserId ProductUserIdThe Product User ID of the target user.
const char* DisplayNameDisplay name, can be null if not set.
const char* AccountIdExternal account ID. May be set to an empty string if the AccountIdType of another user belongs to different account system than the local user's authenticated account. The availability of this field is dependent on account system specifics.
EOS_EExternalAccountType AccountIdTypeThe identity provider that owns the external account.
int64_t LastLoginTimeThe POSIX timestamp for the time the user last logged in, or EOS_CONNECT_TIME_UNDEFINED.