Home
last modified time | relevance | path

Searched defs:oauth_info (Results 1 – 6 of 6) sorted by relevance

/dports/irc/bitlbee/bitlbee-3.6/lib/
H A Doauth.h38 struct oauth_info { struct
39 oauth_stage_t stage;
40 const struct oauth_service *sp;
42 oauth_cb func;
43 void *data;
67 in a struct oauth_info. */ argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/fxa-client/examples/
H A Doauth_flow.rs24 let oauth_info = fxa.get_access_token(SCOPES[0], None); in main() localVariable
/dports/multimedia/gnome-twitch/gnome-twitch-0.4.1-155-g8e774a0/src/
H A Dgt-twitch-login-dlg.c101 GtOAuthInfo* oauth_info = gt_twitch_fetch_oauth_info_finish(main_app->twitch, res, &err); in fetch_oauth_info_cb() local
H A Dgt-app.c40 GtOAuthInfo* oauth_info; member
129 GtOAuthInfo* oauth_info = gt_twitch_fetch_oauth_info_finish(GT_TWITCH(source), res, &err); in oauth_info_cb() local
H A Dgt-twitch.c2308 const GtOAuthInfo* oauth_info = NULL; in gt_twitch_follow_channel() local
2388 const GtOAuthInfo* oauth_info = NULL; in gt_twitch_unfollow_channel() local
/dports/irc/bitlbee/bitlbee-3.6/protocols/twitter/
H A Dtwitter.h55 struct oauth_info *oauth_info; member