iFun Engine API  1.0.0-b6053
Great Technology for Great Games
Classes | Typedefs | Functions
nexon_toy_authentication.h File Reference
#include <funapi/common/json.h>
#include <funapi/types.h>

Go to the source code of this file.

Classes

struct  fun::NexonToyAuthenticationRequest
 
struct  fun::NexonToyAuthenticationResponse
 
struct  fun::NexonToyError
 

Typedefs

typedef function< void(const NexonToyAuthenticationRequest &request, const NexonToyAuthenticationResponse &response, bool error)> fun::NexonToyAuthenticationResponseHandler
 

Functions

FUNAPI_DLL_VISIBILITY void fun::Authenticate (const NexonToyAuthenticationRequest &request, const NexonToyAuthenticationResponseHandler &handler, size_t timeout_in_ms=0)
 
FUNAPI_DLL_VISIBILITY bool fun::AuthenticateSync (const NexonToyAuthenticationRequest &request, NexonToyAuthenticationResponse *response)