/plugin/oauth/ |
H A D | Adapter.php | 3 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 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; 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 D | README | 1 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 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/ |
H A 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/ |
H A 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/ |
H A D | action.php | 3 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 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/ |
H A 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/ |
H A 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/ServiceManagement/ |
H A D | AuthenticationRule.php | 53 public function setOauth(OAuthRequirements $oauth) argument 55 $this->oauth = $oauth; 62 return $this->oauth;
|
/plugin/oauthgoogle/ |
H A 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/oauthfacebook/ |
H A 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/ |
H A D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; 21 $oauth = $this->getOAuthService(); 27 $raw = $oauth->request($url);
|
/plugin/oauthwechange/ |
H A 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/oauthdrkserver/ |
H A 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/ |
H A 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/ |
H A 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 [![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 D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; 22 $oauth = $this->getOAuthService(); 26 $raw = $oauth->request($url);
|
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/ |
H A D | EveOnline.php | 47 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 D | EveOnline.php | 44 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 D | Etsy.php | 38 $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 D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; 22 $oauth = $this->getOAuthService();
|