8 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));
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
ClaimActionCollectionUniqueExtensions.cs (1)
39
collection.
Add
(new UniqueJsonKeyClaimAction(claimType, valueType, jsonKey));
OpenIdConnectSample (1)
Startup.cs (1)
118
o.ClaimActions.
Add
(new IssuerFixupAction());