function gauth_perm in Google Auth 6
Implementation of hook_perm().
File
- ./
gauth.module, line 9
Code
function gauth_perm() {
return array(
'administer gauth',
'authenticate with google apps',
);
}
Implementation of hook_perm().
function gauth_perm() {
return array(
'administer gauth',
'authenticate with google apps',
);
}