netmash/NDB.Security.Authentication.../Constants/QueryParams.cs

9 lines
165 B
C#
Raw Normal View History

namespace NDB.Security.Authentication.Identity.Constants
{
internal struct QueryParams
{
public const string
Token = "token";
}
}