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
/// <typeparam name="TService">TService: A service resolved from the IServiceProvider for use when configuring this authentication provider. If you need multiple services then specify IServiceProvider and resolve them directly.</typeparam>
117
-
/// <param name="services">The services available in the application.</param>
118
-
/// <param name="configure">An action to configure the <see cref="CookieAuthenticationOptions"/>.</param>
/// <typeparam name="TService">TService: A service resolved from the IServiceProvider for use when configuring this authentication provider. If you need multiple services then specify IServiceProvider and resolve them directly.</typeparam>
141
-
/// <param name="services">The services available in the application.</param>
142
-
/// <param name="configure">An action to configure the <see cref="CookieAuthenticationOptions"/>.</param>
/// <typeparam name="TService">TService: A service resolved from the IServiceProvider for use when configuring this authentication provider. If you need multiple services then specify IServiceProvider and resolve them directly.</typeparam>
/// <typeparam name="TService">TService: A service resolved from the IServiceProvider for use when configuring this authentication provider. If you need multiple services then specify IServiceProvider and resolve them directly.</typeparam>
builder.Services.AddOptions<CookieAuthenticationOptions>(authenticationScheme).Validate(o =>o.Cookie.Expiration==null,"Cookie.Expiration is ignored, use ExpireTimeSpan instead.");
0 commit comments