Home
last modified time | relevance | path

Searched refs:oauth (Results 1 – 25 of 74) sorted by relevance

123

/plugin/oauth/
H A DAdapter.php3 namespace dokuwiki\plugin\oauth;
59 $hlp = plugin_load('helper', 'oauth');
113 $oauth = $this->getOAuthService();
114 $service = $oauth->service();
116 $oldStorage = $oauth->getStorage();
125 // fixme invalidate current oauth object? reinitialize it?
141 $oauth = $this->getOAuthService();
143 if (!$oauth->getStorage()->hasAccessToken($oauth->service())) {
148 $token = $oauth
[all...]
H A Dplugin.info.txt1 base oauth
5 name oauth plugin
7 url http://www.dokuwiki.org/plugin:oauth
H A DSession.php3 namespace dokuwiki\plugin\oauth;
42 $_SESSION[DOKU_COOKIE]['auth']['oauth'] = [
55 return $_SESSION[DOKU_COOKIE]['auth']['oauth'] ?? false;
65 if (isset($_SESSION[DOKU_COOKIE]['auth']['oauth'])) {
66 unset($_SESSION[DOKU_COOKIE]['auth']['oauth']);
127 $cookie = "$servicename|oauth|$storageId";
146 * @return array|false Either [servicename=>?, storageID=>?] or false if no oauth data in cookie
151 [$servicename, $oauth, $storageId] = explode('|', $_COOKIE[DOKU_COOKIE]);
152 if ($oauth !== 'oauth') retur
[all...]
H A DREADME1 oauth Plugin for DokuWiki
6 http://www.dokuwiki.org/plugin:oauth
9 lib/plugins/oauth/ - if the folder is called different it
/plugin/oauthazure/
H A Daction.php3 use dokuwiki\plugin\oauth\Adapter;
24 $oauth = $this->getOAuthService();
25 $oauth->logout();
32 $oauth = $this->getOAuthService();
34 … $tokenExtras = $oauth->getStorage()->retrieveAccessToken($oauth->service())->getExtraParams();
53 $usergroups = $oauth->request(Azure::GRAPH_MEMBEROF);
/plugin/oauthkeycloak/
H A Daction.php3 use dokuwiki\plugin\oauth\Adapter;
24 $oauth = $this->getOAuthService();
25 $oauth->logout();
32 $oauth = $this->getOAuthService();
35 $url = $oauth->getEndpoint(Keycloak::ENDPOINT_USERINFO);
36 $raw = $oauth->request($url);
/plugin/oauthgithub/
H A Daction.php8 class action_plugin_oauthgithub extends \dokuwiki\plugin\oauth\Adapter
14 $oauth = $this->getOAuthService();
18 $result = json_decode($oauth->request('user'), true);
23 $result = json_decode($oauth->request('user/emails'), true);
/plugin/oauthcognito/
H A Daction.php3 use dokuwiki\plugin\oauth\Adapter;
21 $oauth = $this->getOAuthService();
24 … $tokenExtras = $oauth->getStorage()->retrieveAccessToken($oauth->service())->getExtraParams();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DAuthenticationRule.php53 public function setOauth(OAuthRequirements $oauth) argument
55 $this->oauth = $oauth;
62 return $this->oauth;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DAuthenticationRule.php53 public function setOauth(OAuthRequirements $oauth) argument
55 $this->oauth = $oauth;
62 return $this->oauth;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DAuthenticationRule.php53 public function setOauth(OAuthRequirements $oauth) argument
55 $this->oauth = $oauth;
62 return $this->oauth;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DAuthenticationRule.php53 public function setOauth(OAuthRequirements $oauth) argument
55 $this->oauth = $oauth;
62 return $this->oauth;
/plugin/oauthgoogle/
H A Daction.php8 class action_plugin_oauthgoogle extends \dokuwiki\plugin\oauth\Adapter
22 $oauth = $this->getOAuthService();
25 … $result = json_decode($oauth->request('https://www.googleapis.com/oauth2/v1/userinfo'), true);
/plugin/oauthfacebook/
H A Daction.php8 class action_plugin_oauthfacebook extends \dokuwiki\plugin\oauth\Adapter
14 $oauth = $this->getOAuthService();
17 $result = json_decode($oauth->request('/me?fields=name,email'), true);
/plugin/oauthdoorkeeper/
H A Daction.php3 use dokuwiki\plugin\oauth\Adapter;
21 $oauth = $this->getOAuthService();
27 $raw = $oauth->request($url);
/plugin/oauthwechange/
H A Daction.php8 class action_plugin_oauthwechange extends \dokuwiki\plugin\oauth\Adapter
20 $oauth = $this->getOAuthService();
24 $json = $oauth->request($this->getConf('baseurl') . '/o/me?format=json');
/plugin/oauthdrkserver/
H A Daction.php3 use dokuwiki\plugin\oauth\Adapter;
30 $oauth = $this->getOAuthService();
33 $result = json_decode($oauth->request(DRKServer::getUserInfoEndpoint()), true);
/plugin/authfacebook/lib/Authentication/
H A DOAuth2Client.php146 …return static::BASE_AUTHORIZATION_URL . '/' . $this->graphVersion . '/dialog/oauth?' . http_build_…
205 $response = $this->sendRequestWithClientParams('/oauth/client_code', $params, $accessToken);
226 $response = $this->sendRequestWithClientParams('/oauth/access_token', $params);
/plugin/evesso/phpoauthlib/
H A DREADME.md8 …ersion](https://poser.pugx.org/lusitanian/oauth/v/stable.png)](https://packagist.org/packages/lusi…
9 …nloads](https://poser.pugx.org/lusitanian/oauth/downloads.png)](https://packagist.org/packages/lus…
13 This library can be found on [Packagist](https://packagist.org/packages/lusitanian/oauth).
21 "lusitanian/oauth": "~0.3"
93 * Laravel 4: Dariusz Prząda has written [a service provider](https://github.com/artdarek/oauth-4-la…
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md10 [![Latest Stable Version](https://poser.pugx.org/lusitanian/oauth/v/stable.png)](https://packagist.org/packages/lusitanian/oauth)
11 [![Total Downloads](https://poser.pugx.org/lusitanian/oauth/downloads.png)](https://packagist.org/packages/lusitanian/oauth)
15 This library can be found on [Packagist](https://packagist.org/packages/lusitanian/oauth).
23 "lusitanian/oauth": "~0.3"
116 * Laravel 4: Dariusz Prząda has written [a service provider](https://github.com/artdarek/oauth-4-laravel) for the library.
117 * Laravel 5: Valentin Ivaşcu ported Dariusz Prząda's Laravel 4 library to [Laravel 5](https://github.com/oriceon/oauth-5-laravel).
/plugin/oauthgeneric/
H A Daction.php3 use dokuwiki\plugin\oauth\Adapter;
22 $oauth = $this->getOAuthService();
26 $raw = $oauth->request($url);
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DEveOnline.php47 return new Uri($this->baseApiUri . '/v2/oauth/authorize');
56 return new Uri($this->baseApiUri . '/v2/oauth/token');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DEveOnline.php44 return new Uri($this->baseApiUri . '/oauth/authorize');
53 return new Uri($this->baseApiUri . '/oauth/token');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DEtsy.php38 $uri = new Uri($this->baseApiUri . 'oauth/request_token');
61 return new Uri($this->baseApiUri . 'oauth/access_token');
109 * @see https://www.etsy.com/developers/documentation/getting_started/oauth#section_permission_scopes
/plugin/oauthauthsch/
H A Daction.php3 use dokuwiki\plugin\oauth\Adapter;
22 $oauth = $this->getOAuthService();

123