9 #ifndef INCLUDE_FUNAPI_SERVICE_GOOGLE_PLUS_AUTHENTICATION_H_ 10 #define INCLUDE_FUNAPI_SERVICE_GOOGLE_PLUS_AUTHENTICATION_H_ 21 GooglePlusError(int64_t code,
const string &message);
37 explicit GooglePlusAuthenticationResponse(
const GooglePlusError &error);
49 const string &client_id);
60 PlayerAccountVector friends;
67 bool error)> GooglePlusAuthenticationResponseHandler;
72 bool error)> GooglePlusPersonalInfoResponseHandler;
76 const GooglePlusAuthenticationResponseHandler &handler,
77 size_t timeout_in_ms = 0);
85 const GooglePlusPersonalInfoResponseHandler &handler,
86 size_t timeout_in_ms = 0);
94 #endif // INCLUDE_FUNAPI_SERVICE_GOOGLE_PLUS_AUTHENTICATION_H_
Definition: google_plus_authentication.h:35
Definition: google_plus_authentication.h:28
Definition: google_plus_authentication.h:56
Definition: google_plus_authentication.h:19
Definition: google_plus_authentication.h:47