function simplesamlphp_auth_perm in simpleSAMLphp Authentication 6.2
Same name and namespace in other branches
- 6.3 simplesamlphp_auth.module \simplesamlphp_auth_perm()
Implementation of hook_perm().
File
- ./
simplesamlphp_auth.module, line 63 - simpleSAMLphp authentication module for Drupal.
Code
function simplesamlphp_auth_perm() {
return array(
'administer simpleSAMLphp authentication',
);
}