6 references to Add
Microsoft.AspNetCore.Authentication.OAuth (6)
ClaimActionCollectionMapExtensions.cs (6)
41
collection.
Add
(new JsonKeyClaimAction(claimType, valueType, jsonKey));
72
collection.
Add
(new JsonSubKeyClaimAction(claimType, valueType, jsonKey, subKey));
101
collection.
Add
(new CustomJsonClaimAction(claimType, valueType, resolver));
113
collection.
Add
(new MapAllClaimsAction());
138
collection.
Add
(new DeleteClaimAction(claimType));
153
collection.
Add
(new DeleteClaimAction(claimType));