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