EOS_Auth_IdToken

EOS API reference page for EOS_Auth_IdToken

1분 미만 소요

This data structure is part of the Auth Interface.

Remarks

A structure that contains an ID token. These structures are created by EOS_Auth_CopyIdToken and must be passed to EOS_Auth_IdToken_Release when finished.

Properties

EOS_Auth_IdToken

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_AUTH_IDTOKEN_API_LATEST.
EOS_EpicAccountId AccountIdThe Epic Account ID described by the ID token. Use EOS_EpicAccountId_FromString to populate this field when validating a received ID token.
const char* JsonWebTokenThe ID token as a Json Web Token (JWT) string.