Class AuthInternalAppLayer
Hosting layer for user authentication via internal methods (like database).
Inheritance
System.Object
AuthInternalAppLayer
Namespace:InfinniPlatform.Auth.Middlewares
Assembly:InfinniPlatform.Auth.dll
Syntax
public class AuthInternalAppLayer : object, IInternalAuthenticationAppLayer, IDefaultAppLayer, IAppLayer
Constructors
| Improve this Doc View SourceAuthInternalAppLayer(IUserIdentityProvider)
Declaration
public AuthInternalAppLayer(IUserIdentityProvider identityProvider)
Parameters
Type | Name | Description |
---|---|---|
IUserIdentityProvider | identityProvider |
Methods
| Improve this Doc View SourceConfigure(IApplicationBuilder)
Declaration
public void Configure(IApplicationBuilder app)
Parameters
Type | Name | Description |
---|---|---|
IApplicationBuilder | app |