You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Initializes a new instance of the <see cref="ProviderOptions"/> class.
25
+
/// </summary>
26
+
/// <param name="providerName">The name of the provider.</param>
27
+
/// <param name="nameClaimType">The name of the field in the provider data, that contains the name of the user.</param>
28
+
[System.Diagnostics.CodeAnalysis.SuppressMessage("Style","IDE0021:Use expression body for constructors",Justification="This syntax is better for the human eyes.")]
/// Initializes a new instance of the <see cref="ProviderOptions"/> class.
38
+
/// </summary>
39
+
/// <param name="providerName">The name of the provider.</param>
40
+
/// <param name="nameClaimType">The name of the field in the provider data, that contains the name of the user.</param>
41
+
/// <param name="roleNameClaimType">The name of the field in the provider data, that contains all roles of the user.</param>
42
+
[System.Diagnostics.CodeAnalysis.SuppressMessage("Style","IDE0021:Use expression body for constructors",Justification="This syntax is better for the human eyes.")]
0 commit comments