This commit is contained in:
Bryan Ashby 2015-11-10 23:16:14 -07:00
parent 23025ca5bd
commit bae2e788e1
1 changed files with 4 additions and 0 deletions

View File

@ -1,9 +1,13 @@
{
var user = options.user;
var client = options.client;
function checkAcs(name, value) {
return {
SC : function secureConnection() {
return client.session.isSecure;
},
ID : function userId(value) {
return user.userId === value;
}