pub type EOS_Connect_UnlinkAccountOptions = _tagEOS_Connect_UnlinkAccountOptions;Expand description
Input parameters for the EOS_Connect_UnlinkAccount Function.
Aliased Type§
#[repr(C)]pub struct EOS_Connect_UnlinkAccountOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_CONNECT_UNLINKACCOUNT_API_LATEST.
LocalUserId: *mut EOS_ProductUserIdDetailsExisting logged in product user that is subject for the unlinking operation. The external account that was used to login to the product user will be unlinked from the owning keychain.
On a successful operation, the product user will be logged out as the external account used to authenticate the user was unlinked from the owning keychain.