EOS_Auth_Token

EOS API reference page for EOS_Auth_Token

2 분 소요

This data structure is part of the Auth Interface.

Remarks

A structure that contains an auth token. These structures are created by EOS_Auth_CopyUserAuthToken and must be passed to EOS_Auth_Token_Release.

Properties

EOS_Auth_Token

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_AUTH_TOKEN_API_LATEST.
const char* AppName of the app related to the client ID involved with this token
const char* ClientIdClient ID that requested this token
EOS_EpicAccountId AccountIdThe Epic Account ID associated with this auth token
const char* AccessTokenAccess token for the current user login session
double ExpiresInTime before the access token expires, in seconds, relative to the call to EOS_Auth_CopyUserAuthToken
const char* ExpiresAtAbsolute time in UTC before the access token expires, in ISO 8601 format
EOS_EAuthTokenType AuthTypeType of auth token
const char* RefreshTokenRefresh token.
double RefreshExpiresInTime before the access token expires, in seconds, relative to the call to EOS_Auth_CopyUserAuthToken
const char* RefreshExpiresAtAbsolute time in UTC before the refresh token expires, in ISO 8601 format