aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/Models
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2020-08-11 21:16:02 +0200
committerivarlovlie <git@ivarlovlie.no>2020-08-11 21:16:02 +0200
commita5f1018fda5572912c126b1e8dd656209fca0e46 (patch)
tree8e6ae53e8f190bad395dc8c974c41ab376889a9e /src/server/Models
parent69854dca474bf73eec9f8fcbf20f328e4453c8cf (diff)
downloaddough-a5f1018fda5572912c126b1e8dd656209fca0e46.tar.xz
dough-a5f1018fda5572912c126b1e8dd656209fca0e46.zip
persisted grants
Diffstat (limited to 'src/server/Models')
-rw-r--r--src/server/Models/Constants.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/server/Models/Constants.cs b/src/server/Models/Constants.cs
index 1e49323..564bfb2 100644
--- a/src/server/Models/Constants.cs
+++ b/src/server/Models/Constants.cs
@@ -1,15 +1,7 @@
-using System.Collections.Generic;
-using System.Security.Claims;
-
namespace Dough.Models
{
public static class Constants
{
- public static class ClaimNames
- {
- public static string Id = "sub";
- }
-
public static readonly string[] BrowserAppUrls =
{
"http://localhost:8080",