You are here

function tokenauth_perm in Token authentication 6

Same name and namespace in other branches
  1. 5 tokenauth.module \tokenauth_perm()
  2. 6.2 tokenauth.module \tokenauth_perm()

Implementation of hook_perm().

File

./tokenauth.module, line 15

Code

function tokenauth_perm() {
  return array(
    'access tokenauth',
    'administer tokenauth',
  );
}