We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3657de7 commit 80038deCopy full SHA for 80038de
interfaces/IAuthUser.cfc
@@ -12,9 +12,9 @@ interface{
12
function getId();
13
14
/**
15
- * Verify if the user has one or more of the passed in permissions
+ * Verify if the user has the permission passed in
16
*
17
- * @permission One or a list of permissions to check for access
+ * @permission A single permission to check for access
18
19
*/
20
boolean function hasPermission( required permission );
0 commit comments