Skip to main content

EOS_Connect_UnlinkAccountOptions

Type Alias EOS_Connect_UnlinkAccountOptions 

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

API Version: Set this to EOS_CONNECT_UNLINKACCOUNT_API_LATEST.

§LocalUserId: *mut EOS_ProductUserIdDetails

Existing 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.