Go to the source code of this file.
|
typedef function< void(const AppleGameCenterAuthenticationRequest &request, const AppleGameCenterAuthenticationResponse &response, bool error)> | fun::AppleGameCenterAuthenticationResponseHandler |
|
typedef function< void(const AppleGameCenterAuthenticationRequest2 &request, const AppleGameCenterAuthenticationResponse &response, bool error)> | fun::AppleGameCenterAuthenticationResponseHandler2 |
|
|
enum | AppleGameCenterAuthErrorCode {
kUnknownError,
kCertificateVerificationFailure,
kCurlError,
kInvalidCertificate,
kInvalidCertificateIssuer,
kInvalidHttpStatus,
kInvalidAuthParameter,
kInvalidPublicKeyUrl,
kAuthenticationSuccess
} |
|
|
FUNAPI_DLL_VISIBILITY void | fun::Authenticate (const AppleGameCenterAuthenticationRequest &request, const AppleGameCenterAuthenticationResponseHandler &handler, size_t timeout_in_ms=0) |
|
FUNAPI_DLL_VISIBILITY void | fun::Authenticate (const AppleGameCenterAuthenticationRequest2 &request, const AppleGameCenterAuthenticationResponseHandler2 &handler, size_t timeout_in_ms=0) |
|