You can set the access level for a particular user or applicaiton using the setAccessLevel() method of the authManager object returned by auth.setup(). 
Access levels should be positive integers. An access level of 0 means the user doesn't have access to the particular application.
For example:
authManager.setAccessLevel('john', 'app', 1)