Home
last modified time | relevance | path

Searched refs:oauth_token (Results 1 – 6 of 6) sorted by relevance

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DEtsy.php95 $token->setRequestToken($data['oauth_token']);
97 $token->setAccessToken($data['oauth_token']);
101 unset($data['oauth_token'], $data['oauth_token_secret']);
H A DTwitter.php106 } elseif (!isset($data["oauth_token"]) || !isset($data["oauth_token_secret"])) {
112 $token->setRequestToken($data['oauth_token']);
114 $token->setAccessToken($data['oauth_token']);
118 unset($data['oauth_token'], $data['oauth_token_secret']);
/plugin/ghissues/helper/
H A DapiCacheInterface.php98 $oauth_token = $this->getConf('ghissueoauth');
99 if ( !empty($oauth_token) ) {
100 $http->user = $oauth_token;
/plugin/autotweet/
H A Dtwitteroauth.php59 …function __construct($consumer_key, $consumer_secret, $oauth_token = NULL, $oauth_token_secret = N… argument
62 if (!empty($oauth_token) && !empty($oauth_token_secret)) {
63 $this->token = new OAuthConsumer($oauth_token, $oauth_token_secret);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md908 * Bug fix: Not including an `oauth_token` if the value is null in the OauthPlugin.
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11439 …c.name),n={Authorization:'OAuth oauth_consumer_key="'+Trello.key()+'", oauth_token="'+Trello.token…