This data structure is part of the Connect Interface.
Contains information about an external account info
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.
|
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.
|
This data structure is part of the Connect Interface.
Contains information about an external account info
Properties
Connect.ExternalAccountInfo
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_CONNECT_EXTERNALACCOUNTINFO_API_LATEST.
|
ProductUserId ProductUserId
|
The Product User ID of the target user.
|
string DisplayName
|
Display name, can be null if not set.
|
string AccountId
|
External account ID.
|
ExternalAccountType AccountIdType
|
The identity provider that owns the external account.
|
System.DateTimeOffset? LastLoginTime
|
The POSIX timestamp for the time the user last logged in, or EOS_CONNECT_TIME_UNDEFINED.
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no