1 type derived from JsonKeyClaimAction
Microsoft.AspNetCore.Authentication.OAuth (1)
JsonSubKeyClaimAction.cs (1)
14
public class JsonSubKeyClaimAction :
JsonKeyClaimAction
1 instantiation of JsonKeyClaimAction
Microsoft.AspNetCore.Authentication.OAuth (1)
ClaimActionCollectionMapExtensions.cs (1)
41
collection.Add(new
JsonKeyClaimAction
(claimType, valueType, jsonKey));