Home
last modified time | relevance | path

Searched refs:https (Results 1951 – 1975 of 2694) sorted by path

1...<<71727374757677787980>>...108

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
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/oauthauthsch/
H A DDotAccess.php8 * @see https://stackoverflow.com/a/39118759/172068
H A DGeneric.php25 … return new Uri('https://auth.sch.bme.hu/oauth2/token'); //new Uri($plugin->getConf('tokenurl'));
/plugin/oauthazure/
H A DAzure.php23 const SCOPE_GROUPMEMBER = 'https://graph.microsoft.com/GroupMember.Read.All';
49 … $discover = 'https://login.microsoftonline.com/%s/v2.0/.well-known/openid-configuration';
/plugin/oauthdoorkeeper/
H A DDockerfile9 sed -i s'!https://doorkeeper-sinatra.herokuapp.com/callback!http://localhost/!' db/seeds.rb && \
/plugin/oauthdrkserver/
H A DREADME6 https://www.dokuwiki.org/plugins:oauthdrkserver
/plugin/oauthfacebook/
H A DREADME6 https://www.dokuwiki.org/plugin:oauthfacebook
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:oauthgoogle
/plugin/oauthgeneric/
H A DDotAccess.php8 * @see https://stackoverflow.com/a/39118759/172068
/plugin/oauthgoogle/
H A DREADME6 https://www.dokuwiki.org/plugin:oauthgoogle

1...<<71727374757677787980>>...108