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
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_AUTH_IDTOKEN_API_LATEST. |
EOS_EpicAccountId AccountId | The Epic Account ID described by the ID token. Use EOS_EpicAccountId_FromString to populate this field when validating a received ID token. |
const char* JsonWebToken | The ID token as a Json Web Token (JWT) string. |