-
-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Milestone
Description
internal static Dictionary<
string,
OpenIdConnectAuthenticationOptions
> OpenIdConnectAuthenticationOptions = new Dictionary<string, OpenIdConnectAuthenticationOptions>();Would probably be better as
internal static Dictionary<string, OpenIdConnectAuthenticationOptions>
OpenIdConnectAuthenticationOptions =
new Dictionary<string, OpenIdConnectAuthenticationOptions>();Reactions are currently unavailable