9 #ifndef INCLUDE_FUNAPI_SERVICE_LINE_AUTHENTICATION_H_ 10 #define INCLUDE_FUNAPI_SERVICE_LINE_AUTHENTICATION_H_ 26 LineAuthenticationResponse(
const string &scope,
27 const string &client_id,
32 string error_description;
49 LinePersonalInfoResponse(
const string &display_name,
50 const string &user_id,
51 const string &picture_url,
52 const string &status_message);
59 string status_message;
65 bool error)> LineAuthenticationResponseHandler;
69 bool error)> LinePersonalInfoResponseHandler;
74 const LineAuthenticationResponseHandler &handler,
75 size_t timeout_in_ms = 0);
83 const LinePersonalInfoResponseHandler &handler,
84 size_t timeout_in_ms = 0);
92 #endif // INCLUDE_FUNAPI_SERVICE_LINE_AUTHENTICATION_H_
Definition: line_authentication.h:47
Definition: line_authentication.h:17
Definition: line_authentication.h:24
Definition: line_authentication.h:40