EOS_Connect_IdToken

EOS API reference page for EOS_Connect_IdToken

1분 미만 소요

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

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_CONNECT_IDTOKEN_API_LATEST.
EOS_ProductUserId ProductUserIdThe Product User ID described by the ID token. Use EOS_ProductUserId_FromString to populate this field when validating a received ID token.
const char* JsonWebTokenThe ID token as a Json Web Token (JWT) string.