-
Notifications
You must be signed in to change notification settings - Fork 2
auth.Class.LocalAuthModule
Sclable CI edited this page Oct 7, 2024
·
7 revisions
@sclable/nestjs-libs / auth / LocalAuthModule
AuthModule
new LocalAuthModule():
LocalAuthModule
AuthModule.constructor
static
forRootAsync(asyncOptions
,provideControllers
):DynamicModule
• asyncOptions: AsyncProvider
<AuthModuleOptions
>
• provideControllers: boolean
= true
DynamicModule
packages/auth/src/modules/local-auth.module.ts:17
protected
static
getUserServiceProvider():Provider
<UserServiceContract
<ApplicationUserContract
>>
Provider
<UserServiceContract
<ApplicationUserContract
>>
AuthModule.getUserServiceProvider