10 lines
209 B
C#
10 lines
209 B
C#
namespace Atomx.Common.Configuration
|
|
{
|
|
public static class StorageKeys
|
|
{
|
|
public const string JWTTokenKeyName = "token";
|
|
|
|
public const string RefreshTokenKeyName = "refresh";
|
|
}
|
|
}
|