Class PostConfigureApplicationCookieTicketStore
- Namespace
- Duende.IdentityServer.Configuration
- Assembly
- Duende.IdentityServer.dll
Cookie configuration for the user session plumbing
public class PostConfigureApplicationCookieTicketStore : IPostConfigureOptions<CookieAuthenticationOptions>
- Inheritance
-
PostConfigureApplicationCookieTicketStore
- Implements
- Inherited Members
Constructors
PostConfigureApplicationCookieTicketStore(IHttpContextAccessor, IdentityServerOptions, IOptions<AuthenticationOptions>, ILogger<PostConfigureApplicationCookieTicketStore>)
ctor
public PostConfigureApplicationCookieTicketStore(IHttpContextAccessor httpContextAccessor, IdentityServerOptions identityServerOptions, IOptions<AuthenticationOptions> options, ILogger<PostConfigureApplicationCookieTicketStore> logger)
Parameters
httpContextAccessorIHttpContextAccessoridentityServerOptionsIdentityServerOptionsoptionsIOptions<AuthenticationOptions>loggerILogger<PostConfigureApplicationCookieTicketStore>
PostConfigureApplicationCookieTicketStore(IHttpContextAccessor, string)
ctor
public PostConfigureApplicationCookieTicketStore(IHttpContextAccessor httpContextAccessor, string scheme)
Parameters
httpContextAccessorIHttpContextAccessorschemestring
Methods
PostConfigure(string, CookieAuthenticationOptions)
public void PostConfigure(string name, CookieAuthenticationOptions options)
Parameters
namestringoptionsCookieAuthenticationOptions