5 references to JsonKeyClaimAction
Microsoft.AspNetCore.Authentication.OAuth (2)
ClaimActionCollectionMapExtensions.cs (1)
41collection.Add(new JsonKeyClaimAction(claimType, valueType, jsonKey));
JsonSubKeyClaimAction.cs (1)
24: base(claimType, valueType, jsonKey)
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
UniqueJsonKeyClaimAction.cs (1)
25: base(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");