pub type EOS_Connect_VerifyIdTokenOptions = _tagEOS_Connect_VerifyIdTokenOptions;Expand description
Input parameters for the EOS_Connect_VerifyIdToken function.
Aliased Type§
#[repr(C)]pub struct EOS_Connect_VerifyIdTokenOptions {
pub ApiVersion: i32,
pub IdToken: *const _tagEOS_Connect_IdToken,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_CONNECT_VERIFYIDTOKEN_API_LATEST.
IdToken: *const _tagEOS_Connect_IdTokenThe ID token to verify. Use EOS_ProductUserId_FromString to populate the ProductUserId field of this struct.