8 references to Add
Microsoft.AspNetCore.Authentication.OAuth (6)
ClaimActionCollectionMapExtensions.cs (6)
41collection.Add(new JsonKeyClaimAction(claimType, valueType, jsonKey)); 72collection.Add(new JsonSubKeyClaimAction(claimType, valueType, jsonKey, subKey)); 101collection.Add(new CustomJsonClaimAction(claimType, valueType, resolver)); 113collection.Add(new MapAllClaimsAction()); 138collection.Add(new DeleteClaimAction(claimType)); 153collection.Add(new DeleteClaimAction(claimType));
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
ClaimActionCollectionUniqueExtensions.cs (1)
39collection.Add(new UniqueJsonKeyClaimAction(claimType, valueType, jsonKey));
OpenIdConnectSample (1)
Startup.cs (1)
118o.ClaimActions.Add(new IssuerFixupAction());