function auth0_user in Auth0 Single Sign On 7.2
Implements hook_user().
1 string reference to 'auth0_user'
- auth0_insert_auth0_user in ./
auth0.module - Create a local cached Auth0 user object.
File
- ./
auth0.module, line 548
Code
function auth0_user($op, &$edit, &$account, $category = NULL) {
if ($op == 'delete') {
return auth0_user_delete($account);
}
}