EOS_Connect_VerifyIdTokenCallbackInfo

EOS API reference page for EOS_Connect_VerifyIdTokenCallbackInfo

3 분 소요

This data structure is part of the Connect Interface.

Remarks

Output parameters for the EOS_Connect_VerifyIdToken Function.

Properties

EOS_Connect_VerifyIdTokenCallbackInfo

PropertyValue
EOS_EResult ResultCodeThe EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
void* ClientDataContext that was passed into EOS_Connect_VerifyIdToken
EOS_ProductUserId ProductUserIdThe Product User ID associated with the ID token.
EOS_Bool bIsAccountInfoPresentFlag set to indicate whether account information is available. Applications must always first check this value to be set before attempting to read the AccountType, AccountId, Platform and DeviceType fields. This flag is always false for users that authenticated using EOS Connect Device ID.
EOS_EExternalAccountType AccountIdTypeThe identity provider that the user authenticated with to EOS Connect. If bIsAccountInfoPresent is set, this field describes the external account type.
const char* AccountIdThe external account ID of the authenticated user. This value may be set to an empty string.
const char* PlatformPlatform that the user is connected from. This value may be set to an empty string.
const char* DeviceTypeIdentifies the device type that the user is connected from. Can be used to securely verify that the user is connected through a real Console device. This value may be set to an empty string.
const char* ClientIdClient ID of the authorized client.
const char* ProductIdProduct ID.
const char* SandboxIdSandbox ID.
const char* DeploymentIdDeployment ID.