This data structure is part of the Connect Interface.
Remarks
A structure that contains an ID token. These structures are created by EOS_Connect_CopyIdToken and must be passed to EOS_Connect_IdToken_Release.
Properties
EOS_Connect_IdToken
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_CONNECT_IDTOKEN_API_LATEST. |
EOS_ProductUserId ProductUserId | The Product User ID described by the ID token. Use EOS_ProductUserId_FromString to populate this field when validating a received ID token. |
const char* JsonWebToken | The ID token as a Json Web Token (JWT) string. |