diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2020-08-11 21:16:02 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2020-08-11 21:16:02 +0200 |
| commit | a5f1018fda5572912c126b1e8dd656209fca0e46 (patch) | |
| tree | 8e6ae53e8f190bad395dc8c974c41ab376889a9e /src/server/Models | |
| parent | 69854dca474bf73eec9f8fcbf20f328e4453c8cf (diff) | |
| download | dough-a5f1018fda5572912c126b1e8dd656209fca0e46.tar.xz dough-a5f1018fda5572912c126b1e8dd656209fca0e46.zip | |
persisted grants
Diffstat (limited to 'src/server/Models')
| -rw-r--r-- | src/server/Models/Constants.cs | 8 |
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", |
