Files
dss.web/client/app/constants/storage.js
Fergal Moran 8e66601ead Build fixes
2016-06-21 20:35:55 +01:00

12 lines
340 B
JavaScript
Executable File

'use strict';
angular.module('dssWebApp')
.constant('STORAGE', {
authBackend: 'dss_at_backend',
authToken: 'dss_at_token',
authServerToken: 'dss_at_server_token',
authLocalToken: 'dss_at_local_token',
authServerSession: 'dss_at_server_session',
authRefreshToken: 'refresh_token'
});