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