2 references to MapJsonSubKey
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
899
(false, _) => options => options.ClaimActions.
MapJsonSubKey
(action.ClaimType, action.JsonKey, action.SubKey!, action.ValueType ?? ClaimValueTypes.String)
Microsoft.AspNetCore.Authentication.OAuth (1)
ClaimActionCollectionMapExtensions.cs (1)
56
collection.
MapJsonSubKey
(claimType, jsonKey, subKey, ClaimValueTypes.String);