Home
last modified time | relevance | path

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

1234

/plugin/oauth/
H A DAdapter.php3 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 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;
151 [$servicename, $oauth, $storageId] = sexplode('|', $_COOKIE[DOKU_COOKIE], 3);
152 if ($oauth !== 'oauth') return false;
/plugin/oauthazure/
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/
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/
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/
Daction.php3 use dokuwiki\plugin\oauth\Adapter;
21 $oauth = $this->getOAuthService();
24 … $tokenExtras = $oauth->getStorage()->retrieveAccessToken($oauth->service())->getExtraParams();
/plugin/oauthgeneric/
H A Daction.php3 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/
DAuthenticationRule.php53 public function setOauth(OAuthRequirements $oauth) argument
55 $this->oauth = $oauth;
62 return $this->oauth;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
DAuthenticationRule.php53 public function setOauth(OAuthRequirements $oauth) argument
55 $this->oauth = $oauth;
62 return $this->oauth;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
DAuthenticationRule.php53 public function setOauth(OAuthRequirements $oauth) argument
55 $this->oauth = $oauth;
62 return $this->oauth;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
DAuthenticationRule.php53 public function setOauth(OAuthRequirements $oauth) argument
55 $this->oauth = $oauth;
62 return $this->oauth;
/plugin/oauthgoogle/
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/oauthdiscord/
Daction.php3 use dokuwiki\plugin\oauth\Adapter;
25 $oauth = $this->getOAuthService();
29 $result = json_decode($oauth->request('https://discord.com/api/users/@me'), true);
/plugin/oauthfacebook/
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/
Daction.php3 use dokuwiki\plugin\oauth\Adapter;
21 $oauth = $this->getOAuthService();
27 $raw = $oauth->request($url);
/plugin/oauth/_test/
H A DValidateUserDataTest.php3 namespace dokuwiki\plugin\oauth\test;
5 use dokuwiki\plugin\oauth\Exception;
6 use dokuwiki\plugin\oauth\OAuthManager;
H A DMergeGroupsTest.php3 namespace dokuwiki\plugin\oauth\test;
5 use dokuwiki\plugin\oauth\Exception;
6 use dokuwiki\plugin\oauth\OAuthManager;
/plugin/oauthwechange/
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/oauthdiscordserver/
Daction.php3 use dokuwiki\plugin\oauth\Adapter;
4 use dokuwiki\plugin\oauth\Exception;
25 $oauth = $this->getOAuthService();
/plugin/oauthdrkserver/
Daction.php3 use dokuwiki\plugin\oauth\Adapter;
30 $oauth = $this->getOAuthService();
33 $result = json_decode($oauth->request(DRKServer::getUserInfoEndpoint()), true);
/plugin/authfacebook/lib/Authentication/
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/
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 …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/
Daction.php3 use dokuwiki\plugin\oauth\Adapter;
22 $oauth = $this->getOAuthService();
26 $raw = $oauth->request($url);

1234