pub type EOS_Connect_QueryExternalAccountMappingsOptions = _tagEOS_Connect_QueryExternalAccountMappingsOptions;Expand description
Input parameters for the EOS_Connect_QueryExternalAccountMappings function.
Aliased Type§
#[repr(C)]pub struct EOS_Connect_QueryExternalAccountMappingsOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub AccountIdType: i32,
pub ExternalAccountIds: *mut *const i8,
pub ExternalAccountIdCount: u32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_CONNECT_QUERYEXTERNALACCOUNTMAPPINGS_API_LATEST.
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the existing, logged-in user who is querying account mappings.
AccountIdType: i32External auth service supplying the account IDs in string form.
ExternalAccountIds: *mut *const i8An array of external account IDs to map to the product user ID representation.
ExternalAccountIdCount: u32Number of account IDs to query.