添加项目文件。
This commit is contained in:
9
Atomx.Common/Configuration/StorageKeys.cs
Normal file
9
Atomx.Common/Configuration/StorageKeys.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Atomx.Common.Configuration
|
||||
{
|
||||
public static class StorageKeys
|
||||
{
|
||||
public const string JWTTokenKeyName = "token";
|
||||
|
||||
public const string RefreshTokenKeyName = "refresh";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user