You are here

function tokenauth_perm in Token authentication 5

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

Implementation of hook_perm().

File

./tokenauth.module, line 6

Code

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