You are here

function test_mo_config in Drupal OAuth & OpenID Connect Login - OAuth2 Client SSO Login 7

1 string reference to 'test_mo_config'
miniorange_oauth_client_menu in ./miniorange_oauth_client.module
Implements hook_menu().

File

./miniorange_oauth_client.module, line 103

Code

function test_mo_config() {
  user_cookie_save(array(
    "mo_oauth_test" => true,
  ));
  mo_oauth_client_initiateLogin();
}