hook_oauth2_clients |
./oauth2_client.api.php |
Define oauth2 clients. |
|
|
oauth2_client_get_all |
./oauth2_client.module |
Gets all defined oauth2_clients. |
1 |
|
oauth2_client_get_redirect_uri |
./oauth2_client.module |
Return the redirect_uri of oauth2_client. |
2 |
|
oauth2_client_get_redirect_uri |
./oauth2_client.api.php |
Return the redirect_uri of oauth2_client. |
2 |
|
oauth2_client_get_token |
./oauth2_client.module |
Returns the access token of the oauth2_client with the given $id. |
|
|
oauth2_client_get_token |
./oauth2_client.api.php |
Returns the access token of the oauth2_client for the given $client_id. |
|
|
oauth2_client_load |
./oauth2_client.module |
Load an oauth2 client. |
1 |
|
oauth2_client_load |
./oauth2_client.api.php |
Load an oauth2 client. |
1 |
|
oauth2_client_set_redirect |
./oauth2_client.module |
Set a redirect request. |
1 |
|
oauth2_client_set_redirect |
./oauth2_client.api.php |
Set a redirect request. |
1 |
|
oauth2_client_set_token |
./oauth2_client.module |
Share an access token with oauth2_client. |
|
|
oauth2_client_set_token |
./oauth2_client.api.php |
Share an access token with oauth2_client. |
|
|
oauth2_client_test_boot |
tests/oauth2_client_test/oauth2_client_test.module |
Implements hook_boot(). |
|
|
oauth2_client_test_enable |
tests/oauth2_client_test/oauth2_client_test.install |
Implements hook_enable(). |
|
|
oauth2_client_test_oauth2_clients |
tests/oauth2_client_test/oauth2_client_test.module |
Implements hook_oauth2_clients(). |
|
|
_oauth2_client_test_create |
tests/oauth2_client_test/oauth2_client_test.install |
Create a test server, along with test clients and scopes. |
1 |
|
_oauth2_client_test_grant_permissions |
tests/oauth2_client_test/oauth2_client_test.install |
|
1 |
|