Table of Contents

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

httpContextAccessor IHttpContextAccessor
identityServerOptions IdentityServerOptions
options IOptions<AuthenticationOptions>
logger ILogger<PostConfigureApplicationCookieTicketStore>

PostConfigureApplicationCookieTicketStore(IHttpContextAccessor, string)

ctor

public PostConfigureApplicationCookieTicketStore(IHttpContextAccessor httpContextAccessor, string scheme)

Parameters

httpContextAccessor IHttpContextAccessor
scheme string

Methods

PostConfigure(string, CookieAuthenticationOptions)

public void PostConfigure(string name, CookieAuthenticationOptions options)

Parameters

name string
options CookieAuthenticationOptions