Auth System
This commit is contained in:
13
FoodsharingSiegen.Contracts/StorageKeys.cs
Normal file
13
FoodsharingSiegen.Contracts/StorageKeys.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace FoodsharingSiegen.Contracts
|
||||
{
|
||||
/// <summary>
|
||||
/// Sammlung von StorageKeys (Browser LocalStorage)
|
||||
/// </summary>
|
||||
public static class StorageKeys
|
||||
{
|
||||
/// <summary>
|
||||
/// The token key
|
||||
/// </summary>
|
||||
public const string TokenKey = "_token";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user