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

Go to the source code of this file.

Classes

struct  fun::NexonPlatformAuthenticationRequest
 
struct  fun::NexonPlatformAuthenticationResponse
 
struct  fun::NexonPlatformError
 

Typedefs

typedef function< void(const NexonPlatformAuthenticationRequest &request, const NexonPlatformAuthenticationResponse &response, bool error)> fun::NexonPlatformAuthenticationResponseHandler
 

Functions

FUNAPI_DLL_VISIBILITY void fun::Authenticate (const NexonPlatformAuthenticationRequest &request, const NexonPlatformAuthenticationResponseHandler &handler, size_t timeout_in_ms=0)
 
FUNAPI_DLL_VISIBILITY bool fun::AuthenticateSync (const NexonPlatformAuthenticationRequest &request, NexonPlatformAuthenticationResponse *response)