Class AbpAspNetCoreAuthenticationOpenIdConnectModule
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |