3 references to JsonKeyClaimAction
Microsoft.AspNetCore.Authentication.OAuth (2)
ClaimActionCollectionMapExtensions.cs (1)
41
collection.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)