Home
last modified time | relevance | path

Searched refs:https (Results 376 – 400 of 2694) sorted by last modified time

1...<<11121314151617181920>>...108

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DDelicious.php7 * @link https://github.com/SciDevs/delicious-api/blob/master/api/oauth.md
25 * @link https://github.com/SciDevs/delicious-api/blob/master/api/oauth.md
46 $this->baseApiUri = new Uri('https://api.del.icio.us/v1/');
55 return new Uri('https://delicious.com/auth/authorize');
64 return new Uri('https://avosapi.delicious.com/api/v1/oauth/token');
H A DDeviantArt.php19 const WWW_URL = 'https://www.deviantart.com/';
26 * @link https://www.deviantart.com/developers/authentication
27 * @link https://www.deviantart.com/developers/http/v1/20150217
46 $this->baseApiUri = new Uri('https://www.deviantart.com/api/v1/oauth2/');
55 return new Uri('https://www.deviantart.com/oauth2/authorize');
63 return new Uri('https://www.deviantart.com/oauth2/token');
H A DDropbox.php17 * @link https://www.dropbox.com/developers/core/docs
31 $this->baseApiUri = new Uri('https://api.dropbox.com/1/');
65 return new Uri('https://www.dropbox.com/1/oauth2/authorize');
73 return new Uri('https://api.dropbox.com/1/oauth2/token');
H A DHarvest.php27 $this->baseApiUri = new Uri('https://api.harvestapp.com/');
60 return new Uri('https://api.harvestapp.com/oauth2/authorize');
68 return new Uri('https://api.harvestapp.com/oauth2/token');
H A DHeroku.php17 * @link https://devcenter.heroku.com/articles/oauth
23 * @link https://devcenter.heroku.com/articles/oauth#scopes
45 $this->baseApiUri = new Uri('https://api.heroku.com/');
54 return new Uri('https://id.heroku.com/oauth/authorize');
62 return new Uri('https://id.heroku.com/oauth/token');
H A DLinkedin.php46 $this->baseApiUri = new Uri('https://api.linkedin.com/v1/');
55 return new Uri('https://www.linkedin.com/uas/oauth2/authorization');
63 return new Uri('https://www.linkedin.com/uas/oauth2/accessToken');
H A DMailchimp.php42 return new Uri('https://login.mailchimp.com/oauth2/authorize');
50 return new Uri('https://login.mailchimp.com/oauth2/token');
100 $endpoint = 'https://login.mailchimp.com/oauth2/metadata?oauth_token='. $token->getAccessToken();
109 $this->baseApiUri = new Uri('https://'. $meta['dc'] .'.api.mailchimp.com/2.0/');
H A DMicrosoft.php45 * https://github.com/Lusitanian/PHPoAuthLib/issues/214
63 $this->baseApiUri = new Uri('https://apis.live.net/v5.0/');
72 return new Uri('https://login.live.com/oauth20_authorize.srf');
80 return new Uri('https://login.live.com/oauth20_token.srf');
H A DMondo.php25 $this->baseApiUri = new Uri('https://api.getmondo.co.uk');
34 return new Uri('https://auth.getmondo.co.uk');
42 return new Uri('https://api.getmondo.co.uk/oauth2/token');
H A DNest.php7 * @link https://developer.nest.com/documentation
25 * @link https://developer.nest.com/documentation
47 $this->baseApiUri = new Uri('https://developer-api.nest.com/');
56 return new Uri('https://home.nest.com/login/oauth2');
64 return new Uri('https://api.home.nest.com/oauth2/access_token');
H A DPaypal.php17 * @link https://developer.paypal.com/webapps/developer/docs/integration/direct/log-in-with-paypal/detailed/
23 * @link https://developer.paypal.com/webapps/developer/docs/integration/direct/log-in-with-paypal/detailed/
28 const SCOPE_PAYPALATTRIBUTES = 'https://uri.paypal.com/services/paypalattributes';
32 const SCOPE_EXPRESSCHECKOUT = 'https://uri.paypal.com/services/expresscheckout';
44 $this->baseApiUri = new Uri('https://api.paypal.com/v1/');
53 return new Uri('https://www.paypal.com/webapps/auth/protocol/openidconnect/v1/authorize');
61 return new Uri('https://api.paypal.com/v1/identity/openidconnect/tokenservice');
H A DPinterest.php7 * @link https://developers.pinterest.com/docs/api/overview/
25 * @link https://developers.pinterest.com/docs/api/overview/
31 * https://developers.pinterest.com/docs/api/overview/
55 $this->baseApiUri = new Uri('https://api.pinterest.com/');
64 return new Uri('https://api.pinterest.com/oauth/');
72 return new Uri('https://api.pinterest.com/v1/oauth/token');
H A DPocket.php24 $this->baseApiUri = new Uri('https://getpocket.com/v3/');
30 return new Uri('https://getpocket.com/v3/oauth/request');
35 return new Uri('https://getpocket.com/auth/authorize');
40 return new Uri('https://getpocket.com/v3/oauth/authorize');
H A DReddit.php47 $this->baseApiUri = new Uri('https://oauth.reddit.com');
56 return new Uri('https://ssl.reddit.com/api/v1/authorize');
64 return new Uri('https://ssl.reddit.com/api/v1/access_token');
H A DRunKeeper.php30 $this->baseApiUri = new Uri('https://api.runkeeper.com/');
64 return new Uri('https://runkeeper.com/apps/authorize');
72 return new Uri('https://runkeeper.com/apps/token');
H A DSalesforce.php29 return new Uri('https://login.salesforce.com/services/oauth2/authorize');
37 return new Uri('https://login.salesforce.com/services/oauth2/token');
H A DSoundCloud.php25 $this->baseApiUri = new Uri('https://api.soundcloud.com/');
34 return new Uri('https://soundcloud.com/connect');
42 return new Uri('https://api.soundcloud.com/oauth2/token');
H A DSpotify.php42 $this->baseApiUri = new Uri('https://api.spotify.com/v1/');
51 return new Uri('https://accounts.spotify.com/authorize');
59 return new Uri('https://accounts.spotify.com/api/token');
H A DStrava.php65 $this->baseApiUri = new Uri('https://www.strava.com/api/v3/');
74 return new Uri('https://www.strava.com/oauth/authorize?approval_prompt=' . $this->approvalPrompt);
82 return new Uri('https://www.strava.com/oauth/token');
H A DUstream.php33 $this->baseApiUri = new Uri('https://api.ustream.tv/');
42 return new Uri('https://www.ustream.tv/oauth2/authorize');
50 return new Uri('https://www.ustream.tv/oauth2/token');
H A DVimeo.php7 * @link https://developer.vimeo.com/
8 * @link https://developer.vimeo.com/api/authentication
26 * @link https://developer.vimeo.com/
27 * @link https://developer.vimeo.com/api/authentication
38 * @see https://developer.vimeo.com/api/authentication#scope
75 $this->baseApiUri = new Uri('https://api.vimeo.com/');
84 return new Uri('https://api.vimeo.com/oauth/authorize');
92 return new Uri('https://api.vimeo.com/oauth/access_token');
H A DVkontakte.php52 $this->baseApiUri = new Uri('https://api.vk.com/method/');
61 return new Uri('https://oauth.vk.com/authorize');
69 return new Uri('https://oauth.vk.com/access_token');
H A DYahoo.php17 return new Uri('https://api.login.yahoo.com/oauth2/request_auth');
25 return new Uri('https://api.login.yahoo.com/oauth2/get_token');
H A DYammer.php25 $this->baseApiUri = new Uri('https://www.yammer.com/api/v1/');
34 return new Uri('https://www.yammer.com/dialog/oauth');
42 return new Uri('https://www.yammer.com/oauth2/access_token.json');
/plugin/oauth/
H A Dcomposer.lock4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
14 "url": "https://github.com/Lusitanian/PHPoAuthLib.git",
19 "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/fc11a53db4b66da555a6a11fce294f574a8374f9",
49 "notification-url": "https://packagist.org/downloads/",
75 "issues": "https://github.com/Lusitanian/PHPoAuthLib/issues",
76 "source": "https://github.com/Lusitanian/PHPoAuthLib/tree/master"

1...<<11121314151617181920>>...108