9 #ifndef INCLUDE_FUNAPI_SERVICE_NEXON_PLATFORM_AUTHENTICATION_H_ 10 #define INCLUDE_FUNAPI_SERVICE_NEXON_PLATFORM_AUTHENTICATION_H_ 20 NexonPlatformError(
const string &code,
22 const string &message);
40 NexonPlatformAuthenticationResponse(
const string &user_no,
42 const string &refresh_token,
44 const Json &extra_data);
61 bool error)> NexonPlatformAuthenticationResponseHandler;
65 const NexonPlatformAuthenticationResponseHandler &handler,
66 size_t timeout_in_ms = 0);
74 #endif // INCLUDE_FUNAPI_SERVICE_NEXON_PLATFORM_AUTHENTICATION_H_