You are here

function oauth2_server_test_resource in OAuth2 Server 7

Page callback: Provides access checking for an imaginary resource.

1 string reference to 'oauth2_server_test_resource'
oauth2_server_test_menu in tests/oauth2_server_test.module
Implements hook_menu().

File

tests/oauth2_server_test.module, line 23
Support module for OAuth2 Server testing.

Code

function oauth2_server_test_resource($scope) {
  oauth2_server_verify_access('test', $scope);
}