Home
last modified time | relevance | path

Searched refs:Authentication (Results 1 – 25 of 119) sorted by path

12345

/plugin/adfs/phpsaml/
H A DREADME.md379 // SSO endpoint info of the IdP. (Authentication Request protocol)
381 // URL Target of the IdP where the Authentication Request Message
509 // Authentication context.
1346 SAML 2 Authentication Request class
1355 SAML 2 Authentication Response class
1695 Initiated SAML. The service provider creates a SAML Authentication Request and
/plugin/authdrupal8/
H A DREADME.md2 Authentication plugin for dokuwiki, authenticate with Drupal8 accounts to **Drupal10 with changed password hash**
/plugin/authfacebook/lib/Authentication/
H A DAccessToken.php24 namespace Facebook\Authentication;
H A DAccessTokenMetadata.php24 namespace Facebook\Authentication;
H A DOAuth2Client.php24 namespace Facebook\Authentication;
/plugin/authfacebook/lib/
H A DFacebook.php26 use Facebook\Authentication\AccessToken;
27 use Facebook\Authentication\OAuth2Client;
H A DFacebookApp.php26 use Facebook\Authentication\AccessToken;
H A DFacebookBatchRequest.php29 use Facebook\Authentication\AccessToken;
H A DFacebookRequest.php26 use Facebook\Authentication\AccessToken;
/plugin/authfacebook/lib/FileUpload/
H A DFacebookResumableUploader.php26 use Facebook\Authentication\AccessToken;
/plugin/authfacebook/lib/Helpers/
H A DFacebookRedirectLoginHelper.php26 use Facebook\Authentication\AccessToken;
27 use Facebook\Authentication\OAuth2Client;
H A DFacebookSignedRequestFromInputHelper.php30 use Facebook\Authentication\AccessToken;
31 use Facebook\Authentication\OAuth2Client;
/plugin/authg2fa/
H A Dplugin.info.txt6 desc Adds Google 2Factor Authentication to DokuWiki local password storage.
/plugin/authgoogle/
H A DREADME.md3 Google Authentication Plugin allows to sign in to DokuWiki
10 All documentation for Google Authentication plugin
16 Google Authentication Plugin for DokuWiki - 2013 (c) Andrew Kornienko <ant@kaula.ru>
H A Dplugin.info.txt5 name Google Authentication Plugin
6 desc Google Authentication Plugin allows to sign in to DokuWiki using OAuth 2.0 protocol provided…
/plugin/authgooglesheets/
H A Dcomposer.lock228 "Authentication",
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DAuthentication.php20 class Authentication extends \Google\Collection class
59 class_alias(Authentication::class, 'Google_Service_ServiceConsumerManagement_Authentication');
H A DService.php25 protected $authenticationType = Authentication::class;
103 * @param Authentication
105 public function setAuthentication(Authentication $authentication)
110 * @return Authentication
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DAuthentication.php20 class Authentication extends \Google\Collection class
59 class_alias(Authentication::class, 'Google_Service_ServiceManagement_Authentication');
H A DService.php25 protected $authenticationType = Authentication::class;
103 * @param Authentication
105 public function setAuthentication(Authentication $authentication)
110 * @return Authentication
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DAuthentication.php20 class Authentication extends \Google\Collection class
59 class_alias(Authentication::class, 'Google_Service_ServiceNetworking_Authentication');
H A DService.php25 protected $authenticationType = Authentication::class;
103 * @param Authentication
105 public function setAuthentication(Authentication $authentication)
110 * @return Authentication
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DAuthentication.php20 class Authentication extends \Google\Collection class
59 class_alias(Authentication::class, 'Google_Service_ServiceUsage_Authentication');
H A DGoogleApiService.php25 protected $authenticationType = Authentication::class;
103 * @param Authentication
105 public function setAuthentication(Authentication $authentication)
110 * @return Authentication
H A DGoogleApiServiceusageV1ServiceConfig.php25 protected $authenticationType = Authentication::class;
63 * @param Authentication
65 public function setAuthentication(Authentication $authentication)
70 * @return Authentication

12345