pub type EOS_Auth_CopyIdTokenOptions = _tagEOS_Auth_CopyIdTokenOptions;Expand description
Input parameters for the EOS_Auth_CopyIdToken function.
Aliased Type§
#[repr(C)]pub struct EOS_Auth_CopyIdTokenOptions {
pub ApiVersion: i32,
pub AccountId: *mut EOS_EpicAccountIdDetails,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_AUTH_COPYIDTOKEN_API_LATEST.
AccountId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID of the user being queried.