You are here

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',
  );
}