| /plugin/oauth/ |
| H A D | Adapter.php | 3 namespace dokuwiki\plugin\oauth; 113 $oauth = $this->getOAuthService(); 114 $service = $oauth->service(); 116 $oldStorage = $oauth->getStorage(); 141 $oauth = $this->getOAuthService(); 143 if (!$oauth->getStorage()->hasAccessToken($oauth->service())) { 148 $token = $oauth->getStorage()->retrieveAccessToken($oauth->service()); 158 $token = $oauth->refreshAccessToken($token); 163 $oauth->getStorage()->storeAccessToken($oauth->service(), $token); 180 $oauth = $this->getOAuthService(); [all …]
|
| H A D | plugin.info.txt | 1 base oauth 5 name oauth plugin 7 url http://www.dokuwiki.org/plugin:oauth
|
| H A D | Session.php | 3 namespace dokuwiki\plugin\oauth; 151 [$servicename, $oauth, $storageId] = sexplode('|', $_COOKIE[DOKU_COOKIE], 3); 152 if ($oauth !== 'oauth') return false;
|
| /plugin/oauthazure/ |
| D | action.php | 3 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/ |
| D | action.php | 3 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/ |
| D | action.php | 8 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/ |
| D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; 21 $oauth = $this->getOAuthService(); 24 … $tokenExtras = $oauth->getStorage()->retrieveAccessToken($oauth->service())->getExtraParams();
|
| /plugin/oauthgeneric/ |
| H A D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; 22 $oauth = $this->getOAuthService(); 26 $raw = $oauth->request($url); 81 $oauth = $this->getOAuthService(); 82 $token = $oauth->getStorage()->retrieveAccessToken($oauth->service());
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
| D | AuthenticationRule.php | 53 public function setOauth(OAuthRequirements $oauth) argument 55 $this->oauth = $oauth; 62 return $this->oauth;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/ |
| D | AuthenticationRule.php | 53 public function setOauth(OAuthRequirements $oauth) argument 55 $this->oauth = $oauth; 62 return $this->oauth;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/ |
| D | AuthenticationRule.php | 53 public function setOauth(OAuthRequirements $oauth) argument 55 $this->oauth = $oauth; 62 return $this->oauth;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/ |
| D | AuthenticationRule.php | 53 public function setOauth(OAuthRequirements $oauth) argument 55 $this->oauth = $oauth; 62 return $this->oauth;
|
| /plugin/oauthgoogle/ |
| D | action.php | 8 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/oauthdiscord/ |
| D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; 25 $oauth = $this->getOAuthService(); 29 $result = json_decode($oauth->request('https://discord.com/api/users/@me'), true);
|
| /plugin/oauthfacebook/ |
| D | action.php | 8 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/ |
| D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; 21 $oauth = $this->getOAuthService(); 27 $raw = $oauth->request($url);
|
| /plugin/oauth/_test/ |
| H A D | ValidateUserDataTest.php | 3 namespace dokuwiki\plugin\oauth\test; 5 use dokuwiki\plugin\oauth\Exception; 6 use dokuwiki\plugin\oauth\OAuthManager;
|
| H A D | MergeGroupsTest.php | 3 namespace dokuwiki\plugin\oauth\test; 5 use dokuwiki\plugin\oauth\Exception; 6 use dokuwiki\plugin\oauth\OAuthManager;
|
| /plugin/oauthwechange/ |
| D | action.php | 8 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/oauthdiscordserver/ |
| D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; 4 use dokuwiki\plugin\oauth\Exception; 25 $oauth = $this->getOAuthService();
|
| /plugin/oauthdrkserver/ |
| D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; 30 $oauth = $this->getOAuthService(); 33 $result = json_decode($oauth->request(DRKServer::getUserInfoEndpoint()), true);
|
| /plugin/authfacebook/lib/Authentication/ |
| D | OAuth2Client.php | 146 …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/ |
| D | README.md | 8 …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 D | README.md | 10 …ersion](https://poser.pugx.org/lusitanian/oauth/v/stable.png)](https://packagist.org/packages/lusi… 11 …nloads](https://poser.pugx.org/lusitanian/oauth/downloads.png)](https://packagist.org/packages/lus… 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-la… 117 …rted Dariusz Prząda's Laravel 4 library to [Laravel 5](https://github.com/oriceon/oauth-5-laravel).
|
| /plugin/oauthosm/ |
| D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; 22 $oauth = $this->getOAuthService(); 26 $raw = $oauth->request($url);
|