Home
last modified time | relevance | path

Searched refs:oauth (Results 26 – 50 of 74) sorted by relevance

123

/plugin/oauth/
H A Dhelper.php6 * DokuWiki Plugin oauth (Helper Component)
14 use dokuwiki\plugin\oauth\Adapter;
19 * Basic helper methods for the oauth flow
121 if ($e instanceof \dokuwiki\plugin\oauth\Exception) {
H A Dcomposer.lock10 "name": "lusitanian/oauth",
71 "oauth",
H A Dauth.php3 use dokuwiki\plugin\oauth\OAuthManager;
4 use dokuwiki\plugin\oauth\Session;
9 * DokuWiki Plugin oauth (Auth Component)
29 $this->hlp = $this->loadHelper('oauth');
43 // either oauth or "normal" plain auth login via form
111 * Register a new user logged in by oauth
H A DException.php3 namespace dokuwiki\plugin\oauth;
H A DRedirectSetting.php3 namespace dokuwiki\plugin\oauth;
23 $hlp = plugin_load('helper', 'oauth');
H A DHTTPClient.php3 namespace dokuwiki\plugin\oauth;
28 $msg = "An error occured during the request to the oauth provider:\n";
/plugin/diagramsnet/lib/WEB-INF/
H A Dgitlab_auth_url1 https://gitlab.com/oauth/token
H A Dgithub_auth_url1 https://github.com/login/oauth/access_token
/plugin/oauth/conf/
H A Dmetadata.php4 * Options for the oauth plugin
9 $meta['info'] = array(\dokuwiki\plugin\oauth\RedirectSetting::class);
/plugin/oauthauthsch/
H A Dplugin.info.txt5 name oauth AuthSch Service
H A DGeneric.php5 use dokuwiki\plugin\oauth\Service\AbstractOAuth2Base;
/plugin/oauthdoorkeeper/
H A DDoorKeeper.php5 use dokuwiki\plugin\oauth\Service\AbstractOAuth2Base;
H A Dplugin.info.txt5 name oauth Doorkeeper Service Example
/plugin/oauthcognito/
H A DCognito.php5 use dokuwiki\plugin\oauth\Service\AbstractOAuth2Base;
H A Dplugin.info.txt5 name oauth Amazon Cognito Service
/plugin/oauthwechange/
H A DWechange.php5 use dokuwiki\plugin\oauth\Service\AbstractOAuth2Base;
H A Dplugin.info.txt5 name oauth WECHANGE Service
/plugin/oauthgithub/
H A Dplugin.info.txt5 name oauth GitHub Service
/plugin/oauthfacebook/
H A Dplugin.info.txt5 name oauth Facebook Service
/plugin/oauthgoogle/
H A Dplugin.info.txt5 name oauth Google Service
/plugin/oauthdrkserver/
H A Dplugin.info.txt5 name oauth drkserver Service
H A DDRKServer.php5 use dokuwiki\plugin\oauth\Service\AbstractOAuth2Base;
/plugin/oauthgeneric/
H A Dplugin.info.txt5 name oauth generic Service
H A DGeneric.php5 use dokuwiki\plugin\oauth\Service\AbstractOAuth2Base;
/plugin/oauth/Service/
H A DAbstractOAuth2Base.php3 namespace dokuwiki\plugin\oauth\Service;

123