Home
last modified time | relevance | path

Searched refs:oAuth (Results 1 – 25 of 33) sorted by last modified time

12

/plugin/oauthazure/
H A DREADME.md4 Azure Service for use with the oAuth Plugin
H A Dplugin.info.txt5 name oAuth Azure Service
6 desc Azure Service for use with the oAuth Plugin
/plugin/oauthgeneric/
H A Dplugin.info.txt6 desc Generic Service for use with the oAuth Plugin
H A DREADME3 Generic Service for use with the oAuth Plugin
/plugin/oauth/
H A DAdapter.php20 * Base class to implement a Backend Service for the oAuth Plugin
28 protected $oAuth;
33 * Auto register this plugin with the oAuth authentication plugin
43 * Auto register this plugin with the oAuth authentication plugin
51 * Initialize the oAuth service
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;
170 * This is the first step of oAuth authenticatio
26 protected $oAuth; global() variable in dokuwiki\\plugin\\oauth\\Adapter
[all...]
H A Dplugin.info.txt6 desc Generic oAuth plugin to login via various services
H A DREADME3 Generic oAuth plugin to login via various services
H A Dcomposer.lock67 "description": "PHP 5.3+ oAuth 1/2 Library",
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md5 PHPoAuthLib provides oAuth support in PHP 5.3+ and is very easy to integrate with any project which requires an oAuth client.
45 The library supports both oAuth 1.x and oAuth 2.0 compliant services. A list of currently implemented services can be found below.
/plugin/oauthauthsch/
H A DREADME3 Generic Service for use with the oAuth Plugin
H A Dplugin.info.txt6 desc AuthSch Service for use with the oAuth Plugin
/plugin/evesso/classes/
H A DEveOnlineAdapter.php35 …$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);
H A DAbstractAdapter.php23 public $oAuth = null; variable in OAuth\\Plugin\\AbstractAdapter
47 $this->oAuth = $serviceFactory->createService(
61 if(is_null($this->oAuth)) {
78 $url = $this->oAuth->getAuthorizationUri();
82 $token = $this->oAuth->requestRequestToken();
96 $this->oAuth->getStorage()->clearToken($this->oAuth->service());
97 $this->oAuth->getStorage()->clearAuthorizationState($this->oAuth->service());
146 $this->oAuth->getStorage()->clearAuthorizationState($this->oAuth->service());
159 …if ($this->oAuth->getStorage()->hasAccessToken($this->oAuth->service()) && $this->oAuth->getStorag…
180 if ($this->oAuth->getStorage()->hasAccessToken($this->oAuth->service())) {
[all …]
/plugin/evesso/
H A Dhelper.php40 if(is_a($service->oAuth, 'OAuth\\OAuth2\\Service\\Generic')) {
41 $service->oAuth->setAuthorizationEndpoint($this->getAuthEndpoint());
42 $service->oAuth->setAccessTokenEndpoint($this->getTokenEndpoint());
/plugin/evesso/phpoauthlib/
H A DREADME.md3 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/oauthkeycloak/
H A DREADME.md4 Keycloak Service for use with the oAuth Plugin 2021-12-19 or above
H A Dplugin.info.txt5 name oAuth Keycloak Service
6 desc Keycloak Service for use with the oAuth Plugin
/plugin/oauthdrkserver/
H A DREADME3 drkserver Service for use with the oAuth Plugin
H A Dplugin.info.txt6 desc drkserver Service for use with the oAuth Plugin
/plugin/oauthwechange/
H A DREADME3 Wechange Service for use with the oAuth Plugin
H A Dplugin.info.txt6 desc WECHANGE Service for use with the oAuth Plugin
/plugin/oauthgoogle/
H A Dplugin.info.txt6 desc Google Service for use with the oAuth Plugin
H A DREADME3 Google Service for use with the oAuth Plugin
/plugin/oauthfacebook/
H A DREADME3 Facebook Service for use with the oAuth Plugin
H A Dplugin.info.txt6 desc Facebook Service for use with the oAuth Plugin

12