Skip to main content

EOS_Connect_QueryExternalAccountMappingsOptions

Type Alias EOS_Connect_QueryExternalAccountMappingsOptions 

Source
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: i32

API Version: Set this to EOS_CONNECT_QUERYEXTERNALACCOUNTMAPPINGS_API_LATEST.

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the existing, logged-in user who is querying account mappings.

§AccountIdType: i32

External auth service supplying the account IDs in string form.

§ExternalAccountIds: *mut *const i8

An array of external account IDs to map to the product user ID representation.

§ExternalAccountIdCount: u32

Number of account IDs to query.