Skip to main content

EOS_Connect_GetExternalAccountMappingsOptions

Type Alias EOS_Connect_GetExternalAccountMappingsOptions 

Source
pub type EOS_Connect_GetExternalAccountMappingsOptions = _tagEOS_Connect_GetExternalAccountMappingsOptions;
Expand description

Input parameters for the EOS_Connect_GetExternalAccountMapping function.

Aliased Type§

#[repr(C)]
pub struct EOS_Connect_GetExternalAccountMappingsOptions { pub ApiVersion: i32, pub LocalUserId: *mut EOS_ProductUserIdDetails, pub AccountIdType: i32, pub TargetExternalUserId: *const u8, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_CONNECT_GETEXTERNALACCOUNTMAPPING_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.

§TargetExternalUserId: *const u8

Target user to retrieve the mapping for, as an external account ID.