From a5f1018fda5572912c126b1e8dd656209fca0e46 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Tue, 11 Aug 2020 21:16:02 +0200 Subject: persisted grants --- src/server/Models/Constants.cs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/server/Models/Constants.cs') 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", -- cgit v1.3