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 i8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_CONNECT_GETEXTERNALACCOUNTMAPPING_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.
TargetExternalUserId: *const i8Target user to retrieve the mapping for, as an external account ID.