oauth2_client.api.php |
oauth2_client.api.php |
|
|
oauth2_client.inc |
oauth2_client.inc |
OAuth2 |
Class OAuth2\Client |
oauth2_client.info |
oauth2_client.info |
|
name = OAuth2 Client
description = Provides OAuth2 client functionality.
package = "OAuth2"
core = 7.x
files[] = oauth2_client.inc |
oauth2_client.install |
oauth2_client.install |
|
Install funcions. |
oauth2_client.module |
oauth2_client.module |
|
Provides OAuth2 client functionality. |
oauth2_client.test |
tests/oauth2_client.test |
|
OAuth2 Client tests. |
oauth2_client_test.info |
tests/oauth2_client_test.info |
|
name = OAuth2 Client Test
description = Testing OAuth2 client functionality.
package = "OAuth2"
core = 7.x
dependencies[] = oauth2_client
dependencies[] = oauth2_server |
oauth2_client_test.install |
tests/oauth2_client_test.install |
|
Enable and disable hook functions. |
oauth2_client_test.module |
tests/oauth2_client_test.module |
|
Testing OAuth2 client functionality. |
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… |