9 #ifndef INCLUDE_FUNAPI_SERVICE_NEXON_TOY_AUTHENTICATION_H_ 10 #define INCLUDE_FUNAPI_SERVICE_NEXON_TOY_AUTHENTICATION_H_ 20 NexonToyError(int64_t code,
const string &message);
29 const string &client_id,
31 const string &np_token);
42 explicit NexonToyAuthenticationResponse(
const NexonToyError &error);
51 bool error)> NexonToyAuthenticationResponseHandler;
55 const NexonToyAuthenticationResponseHandler &handler,
56 size_t timeout_in_ms = 0);
64 #endif // INCLUDE_FUNAPI_SERVICE_NEXON_TOY_AUTHENTICATION_H_
Definition: nexon_toy_authentication.h:40
Definition: nexon_toy_authentication.h:18
Definition: nexon_toy_authentication.h:27