Verify the websocket request

This commit is contained in:
Johannes Zellner
2017-08-17 09:33:00 +02:00
committed by Girish Ramakrishnan
parent 65bc3491f6
commit 52db28e876
5 changed files with 61 additions and 30 deletions

View File

@@ -242,6 +242,10 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
token = accessToken;
};
Client.prototype.getToken = function () {
return token;
};
/*
* Rest API wrappers
*/