9 #ifndef INCLUDE_FUNAPI_SERVICE_GOOGLE_PLAY_GAME_AUTHENTICATION_H_ 10 #define INCLUDE_FUNAPI_SERVICE_GOOGLE_PLAY_GAME_AUTHENTICATION_H_ 21 const string &id_token);
27 string app_provider_client_id;
35 explicit GooglePlayGameAuthenticationResponse(
36 const int64_t error_code,
const string &error_message);
48 string app_provider_client_id;
56 bool error)> GooglePlayGameAuthenticationResponseHandler;
61 const GooglePlayGameAuthenticationResponseHandler &handler,
62 size_t timeout_in_ms = 0);
66 #endif // INCLUDE_FUNAPI_SERVICE_GOOGLE_PLAY_GAME_AUTHENTICATION_H_
Definition: google_play_game_authentication.h:19
Definition: google_play_game_authentication.h:33