| /plugin/evesso/classes/ ! |
| D | AbstractAdapter.php | 23 public $oAuth = null; variable in OAuth\\Plugin\\AbstractAdapter 47 $this->oAuth = $serviceFactory->createService( 61 if(is_null($this->oAuth)) { 76 if(is_a($this->oAuth, 'OAuth\OAuth2\Service\AbstractService')) { /* oAuth2 handling */ 78 $url = $this->oAuth->getAuthorizationUri(); 82 $token = $this->oAuth->requestRequestToken(); 84 … $url = $this->oAuth->getAuthorizationUri(array('oauth_token' => $token->getRequestToken())); 96 $this->oAuth->getStorage()->clearToken($this->oAuth->service()); 97 $this->oAuth->getStorage()->clearAuthorizationState($this->oAuth->service()); 137 … $this->oAuth->requestAccessToken($INPUT->get->str('code'), $INPUT->get->str('state', null)); [all …]
|
| D | EveOnlineAdapter.php | 35 …$access_token = $this->oAuth->getStorage()->retrieveAccessToken($this->oAuth->service())->getAcces… 99 $this->storage->storeAuthorizationState($this->oAuth->service(), $parameters['state']); 100 $url = $this->oAuth->getAuthorizationUri($parameters);
|
| /plugin/oauth/ ! |
| H A D | Adapter.php | 28 protected $oAuth; variable in dokuwiki\\plugin\\oauth\\Adapter 82 $this->oAuth = $serviceFactory->createService( 89 if ($this->oAuth === null) { 100 if ($this->oAuth === null) throw new Exception('OAuth Service not properly initialized'); 101 return $this->oAuth;
|
| H A D | plugin.info.txt | 6 desc Generic oAuth plugin to login via various services
|
| /plugin/oauthazure/ ! |
| D | plugin.info.txt | 5 name oAuth Azure Service 6 desc Azure Service for use with the oAuth Plugin
|
| /plugin/oauthkeycloak/ ! |
| D | plugin.info.txt | 5 name oAuth Keycloak Service 6 desc Keycloak Service for use with the oAuth Plugin
|
| /plugin/evesso/ ! |
| D | helper.php | 40 if(is_a($service->oAuth, 'OAuth\\OAuth2\\Service\\Generic')) { 41 $service->oAuth->setAuthorizationEndpoint($this->getAuthEndpoint()); 42 $service->oAuth->setAccessTokenEndpoint($this->getTokenEndpoint());
|
| /plugin/evesso/phpoauthlib/ ! |
| D | README.md | 3 PHPoAuthLib provides oAuth support in PHP 5.3+ and is very easy to integrate with any project which… 43 The library supports both oAuth 1.x and oAuth 2.0 compliant services. A list of currently implement…
|
| /plugin/oauth/vendor/lusitanian/oauth/ ! |
| H A D | README.md | 5 PHPoAuthLib provides oAuth support in PHP 5.3+ and is very easy to integrate with any project which… 45 The library supports both oAuth 1.x and oAuth 2.0 compliant services. A list of currently implement…
|
| /plugin/oauthdoorkeeper/ ! |
| D | README | 3 Doorkeeper Service for use with the oAuth Plugin 20 * login with the given defaults and create a new oAuth app
|
| D | plugin.info.txt | 6 desc Doorkeeper Service for use with the oAuth Plugin
|
| /plugin/oauthauthsch/ ! |
| D | plugin.info.txt | 6 desc AuthSch Service for use with the oAuth Plugin
|
| /plugin/oauthwechange/ ! |
| D | plugin.info.txt | 6 desc WECHANGE Service for use with the oAuth Plugin
|
| /plugin/oauthgithub/ ! |
| D | plugin.info.txt | 6 desc GitHub Service for use with the oAuth Plugin
|
| /plugin/oauthgoogle/ ! |
| D | plugin.info.txt | 6 desc Google Service for use with the oAuth Plugin
|
| /plugin/oauthdrkserver/ ! |
| D | plugin.info.txt | 6 desc drkserver Service for use with the oAuth Plugin
|
| D | README | 3 drkserver Service for use with the oAuth Plugin
|
| /plugin/oauthfacebook/ ! |
| D | plugin.info.txt | 6 desc Facebook Service for use with the oAuth Plugin
|
| D | README | 3 Facebook Service for use with the oAuth Plugin
|
| /plugin/oauthgeneric/ ! |
| H A D | plugin.info.txt | 6 desc Generic Service for use with the oAuth Plugin
|
| /plugin/oauthdiscord/ ! |
| D | plugin.info.txt | 6 desc Discord Service for use with the oAuth Plugin
|
| /plugin/oauthdiscordserver/ ! |
| D | plugin.info.txt | 6 desc Discord Service for use with the oAuth Plugin with server confirmation
|
| /plugin/oauthcognito/ ! |
| D | plugin.info.txt | 6 desc Amazon Cognito Service for use with the oAuth Plugin
|
| /plugin/swarmwebhook/lang/en/ ! |
| D | zapier_instructions.txt | 5 - connect to your Swarm account via the provided oAuth process
|
| /plugin/oauthosm/ ! |
| D | README | 3 OpenStreetMap Service for use with the oAuth Plugin
|