pub type EOS_Auth_VerifyIdTokenOptions = _tagEOS_Auth_VerifyIdTokenOptions;Expand description
Input parameters for the EOS_Auth_VerifyIdToken function.
Aliased Type§
#[repr(C)]pub struct EOS_Auth_VerifyIdTokenOptions {
pub ApiVersion: i32,
pub IdToken: *const _tagEOS_Auth_IdToken,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_AUTH_VERIFYIDTOKEN_API_LATEST.
IdToken: *const _tagEOS_Auth_IdTokenThe ID token to verify. Use EOS_EpicAccountId_FromString to populate the AccountId field of this struct.