oauth2_client_authorized |
./oauth2_client.module |
Callback for path oauth2/authorized. |
|
1 |
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_token |
./oauth2_client.module |
Returns the access token of the oauth2_client with the given $id. |
|
|
oauth2_client_load |
./oauth2_client.module |
Load an oauth2 client. |
1 |
|
oauth2_client_menu |
./oauth2_client.module |
Implements hook_menu(). |
|
|
oauth2_client_set_redirect |
./oauth2_client.module |
Set a redirect request. |
1 |
|
oauth2_client_set_token |
./oauth2_client.module |
Share an access token with oauth2_client. |
|
|
oauth2_client_test_authorized |
tests/oauth2_client_test.module |
The oauth2 server will redirect to the registered redirect_uri,
which is handled by the oauth2_client, but then oauth2_client
will redirect to the path 'oauth2/test/authorized', which comes
here. This is because we registered a redirect on… |
|
1 |
oauth2_client_test_boot |
tests/oauth2_client_test.module |
Implements hook_boot(). |
|
|
oauth2_client_test_callback |
tests/oauth2_client_test.module |
Trying test clients. |
|
1 |
oauth2_client_test_client_integration |
tests/oauth2_client_test.module |
Use the client 'client2' for getting an authorization code.
This is done with the help of the module oauth2_client,
because 'client2' is registered for it (its return_uri belongs
to oauth2_client).
Before jumping to… |
|
1 |
oauth2_client_test_disable |
tests/oauth2_client_test.install |
Implements hook_disable(). |
1 |
|
oauth2_client_test_enable |
tests/oauth2_client_test.install |
Implements hook_enable(). |
|
|
oauth2_client_test_menu |
tests/oauth2_client_test.module |
Implements hook_menu(). |
|
|
oauth2_client_test_oauth2_clients |
tests/oauth2_client_test.module |
Implements hook_oauth2_clients(). |
|
|
_oauth2_client_test_create |
tests/oauth2_client_test.install |
Create a test server, along with test clients and scopes. |
1 |
|
_oauth2_client_test_delete |
tests/oauth2_client_test.install |
Delete test servers, clients and scopes. |
1 |
|
_oauth2_client_test_grant_permissions |
tests/oauth2_client_test.install |
|
1 |
|
_oauth2_client_test_revoke_permissions |
tests/oauth2_client_test.install |
|
|
|