netmash/Netmash.Security.Authentica.../Constants/QueryParams.cs

9 lines
169 B
C#

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