Show / Hide Table of Contents

Class AbpIdentityServiceCollectionExtensions

Inheritance
System.Object
AbpIdentityServiceCollectionExtensions
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
public static class AbpIdentityServiceCollectionExtensions : object

Methods

AddAbpIdentity(IServiceCollection)

Declaration
public static IdentityBuilder AddAbpIdentity(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
IdentityBuilder

AddAbpIdentity(IServiceCollection, Action<IdentityOptions>)

Declaration
public static IdentityBuilder AddAbpIdentity(this IServiceCollection services, Action<IdentityOptions> setupAction)
Parameters
Type Name Description
IServiceCollection services
Action<IdentityOptions> setupAction
Returns
Type Description
IdentityBuilder
Back to top Powered by Volosoft