iFun Engine API  1.0.0-b6053
Great Technology for Great Games
Public Member Functions | Public Attributes | List of all members
fun::NexonPlatformAuthenticationResponse Struct Reference

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