OAuth2Client.php |
src/Service/OAuth2Client.php |
Drupal\oauth2_client\Service |
|
OAuth2ClientController.php |
src/Controller/OAuth2ClientController.php |
Drupal\oauth2_client\Controller |
|
OAuth2ClientControllerInterface.php |
src/Controller/OAuth2ClientControllerInterface.php |
Drupal\oauth2_client\Controller |
|
OAuth2ClientInterface.php |
src/Service/OAuth2ClientInterface.php |
Drupal\oauth2_client\Service |
|
OAuth2ClientTest.php |
tests/src/Functional/OAuth2ClientTest.php |
Drupal\Tests\oauth2_client\Functional |
|
oauth2_client.api.php |
oauth2_client.api.php |
|
Documentation of API functions provided by the oauth2_client module. |
oauth2_client.info.yml |
oauth2_client.info.yml |
|
oauth2_client.info.yml |
oauth2_client.module |
oauth2_client.module |
|
Provides OAuth2 client functionality. |
oauth2_client.routing.yml |
oauth2_client.routing.yml |
|
oauth2_client.routing.yml |
oauth2_client.services.yml |
oauth2_client.services.yml |
|
oauth2_client.services.yml |
oauth2_client_test.info.yml |
tests/oauth2_client_test/oauth2_client_test.info.yml |
|
tests/oauth2_client_test/oauth2_client_test.info.yml |
oauth2_client_test.install |
tests/oauth2_client_test/oauth2_client_test.install |
|
Enable and disable hook functions. |
oauth2_client_test.module |
tests/oauth2_client_test/oauth2_client_test.module |
|
Testing OAuth2 client functionality. |
oauth2_client_test.routing.yml |
tests/oauth2_client_test/oauth2_client_test.routing.yml |
|
tests/oauth2_client_test/oauth2_client_test.routing.yml |
README.txt |
README.txt |
|
This module is a a complement to the module oauth2_server.
*Note:* The modules oauth2_server and oauth2_client have conflicts
with the module oauth2, so they should not be installed at the same
time.
* How to use it
Define oauth2 clients in your… |
run_tests.sh |
tests/run_tests.sh |
|
#!/bin/bash
### Create the links of the required modules and libraries
### on the profile 'testing', then run the tests.
cd $(dirname $0)
### get the paths
drupal_dir=$(drush php-eval 'print… |
TestController.php |
tests/oauth2_client_test/src/Controller/TestController.php |
Drupal\oauth2_client_test\Controller |
|