9 lines
165 B
C#
9 lines
165 B
C#
|
namespace NDB.Security.Authentication.Identity.Constants
|
|||
|
{
|
|||
|
internal struct QueryParams
|
|||
|
{
|
|||
|
public const string
|
|||
|
Token = "token";
|
|||
|
}
|
|||
|
}
|