9 lines
137 B
C#
9 lines
137 B
C#
using NodaTime;
|
|
|
|
namespace DysonNetwork.Pass.Auth;
|
|
|
|
public static class AuthCacheConstants
|
|
{
|
|
public const string Prefix = "auth:";
|
|
}
|