Searched defs:oauth_info (Results 1 – 6 of 6) sorted by relevance
38 struct oauth_info { struct39 oauth_stage_t stage;40 const struct oauth_service *sp;42 oauth_cb func;43 void *data;67 in a struct oauth_info. */ argument
24 let oauth_info = fxa.get_access_token(SCOPES[0], None); in main() localVariable
101 GtOAuthInfo* oauth_info = gt_twitch_fetch_oauth_info_finish(main_app->twitch, res, &err); in fetch_oauth_info_cb() local
40 GtOAuthInfo* oauth_info; member129 GtOAuthInfo* oauth_info = gt_twitch_fetch_oauth_info_finish(GT_TWITCH(source), res, &err); in oauth_info_cb() local
2308 const GtOAuthInfo* oauth_info = NULL; in gt_twitch_follow_channel() local2388 const GtOAuthInfo* oauth_info = NULL; in gt_twitch_unfollow_channel() local
55 struct oauth_info *oauth_info; member