Public Member Functions | |
NexonPlatformAuthenticationResponse (const string &user_no, const string &token, const string &refresh_token, int64_t expires_in, const Json &extra_data) | |
NexonPlatformAuthenticationResponse (const NexonPlatformError &error) | |
Public Attributes | |
NexonPlatformError | error |
int64_t | expires_in |
Json | extra_data |
string | refresh_token |
bool | success |
string | token |
string | user_no |