Files
dss.web/client/app/constants/storage.js
Fergal Moran d2c529bafe Screw you git!
2015-12-01 19:50:20 +00: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'
});