2020-08-06 14:31:07 +01:00
|
|
|
/* This file stores all the keys */
|
|
|
|
|
export class AuthConnstants{
|
|
|
|
|
/* My reference key */
|
2020-11-24 13:46:13 +01:00
|
|
|
public static readonly AUTH = 'userDataKey';
|
|
|
|
|
public static readonly PROFILE = 'profile';
|
2020-08-06 14:31:07 +01:00
|
|
|
}
|