Class AbpAspNetCoreAuthenticationJwtBearerModule
Implements
Inherited Members
Namespace: Volo.Abp.AspNetCore.Authentication.JwtBearer
Assembly: Volo.Abp.AspNetCore.Authentication.JwtBearer.dll
Syntax
[DependsOn(new Type[] { typeof(AbpSecurityModule), typeof(AbpCachingModule), typeof(AbpAspNetCoreAbstractionsModule) })]
public class AbpAspNetCoreAuthenticationJwtBearerModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpAspNetCoreAuthenticationJwtBearerModule()
Declaration
public AbpAspNetCoreAuthenticationJwtBearerModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |