Class AuthCookieAppLayer
Hosting layer for user authentication via cookies.
Inheritance
System.Object
AuthCookieAppLayer
Namespace:InfinniPlatform.Auth.Middlewares
Assembly:InfinniPlatform.Auth.dll
Syntax
public class AuthCookieAppLayer : object, IAuthenticationBarrierAppLayer, IDefaultAppLayer, IAppLayer
Constructors
| Improve this Doc View SourceAuthCookieAppLayer(IOptions<IdentityOptions>)
Declaration
public AuthCookieAppLayer(IOptions<IdentityOptions> identityOptions)
Parameters
Type | Name | Description |
---|---|---|
IOptions<IdentityOptions> | identityOptions |
Methods
| Improve this Doc View SourceConfigure(IApplicationBuilder)
Declaration
public void Configure(IApplicationBuilder app)
Parameters
Type | Name | Description |
---|---|---|
IApplicationBuilder | app |