2 types derived from JsonKeyClaimAction
Microsoft.AspNetCore.Authentication.OAuth (1)
JsonSubKeyClaimAction.cs (1)
14public class JsonSubKeyClaimAction : JsonKeyClaimAction
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
UniqueJsonKeyClaimAction.cs (1)
16public class UniqueJsonKeyClaimAction : JsonKeyClaimAction
3 instantiations of JsonKeyClaimAction
Microsoft.AspNetCore.Authentication.OAuth (1)
ClaimActionCollectionMapExtensions.cs (1)
41collection.Add(new JsonKeyClaimAction(claimType, valueType, jsonKey));
Microsoft.AspNetCore.Authentication.Test (2)
ClaimActionTests.cs (2)
19var action = new JsonKeyClaimAction("name", "name", "name"); 33var action = new JsonKeyClaimAction("role", "role", "role");
2 references to JsonKeyClaimAction
Microsoft.AspNetCore.Authentication.Test (2)
ClaimActionTests.cs (2)
19var action = new JsonKeyClaimAction("name", "name", "name"); 33var action = new JsonKeyClaimAction("role", "role", "role");