3 instantiations of JsonSubKeyClaimAction
Microsoft.AspNetCore.Authentication.OAuth (1)
ClaimActionCollectionMapExtensions.cs (1)
72
collection.Add(new
JsonSubKeyClaimAction
(claimType, valueType, jsonKey, subKey));
Microsoft.AspNetCore.Authentication.Test (2)
ClaimActionTests.cs (2)
51
var action = new
JsonSubKeyClaimAction
("name", "name", "name", "subkey");
65
var action = new
JsonSubKeyClaimAction
("role", "role", "role", "subkey");
2 references to JsonSubKeyClaimAction
Microsoft.AspNetCore.Authentication.Test (2)
ClaimActionTests.cs (2)
51
var
action = new JsonSubKeyClaimAction("name", "name", "name", "subkey");
65
var
action = new JsonSubKeyClaimAction("role", "role", "role", "subkey");