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
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_CONNECT_EXTERNALACCOUNTINFO_API_LATEST. |
EOS_ProductUserId ProductUserId | The Product User ID of the target user. |
const char* DisplayName | Display name, can be null if not set. |
const char* AccountId | External 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 AccountIdType | The identity provider that owns the external account. |
int64_t LastLoginTime | The POSIX timestamp for the time the user last logged in, or EOS_CONNECT_TIME_UNDEFINED. |