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
1 instantiation of JsonKeyClaimAction
Microsoft.AspNetCore.Authentication.OAuth (1)
ClaimActionCollectionMapExtensions.cs (1)
41collection.Add(new JsonKeyClaimAction(claimType, valueType, jsonKey));