-
Notifications
You must be signed in to change notification settings - Fork 2
auth.Class.LocalAuthModule
Sclable CI edited this page Apr 10, 2026
·
22 revisions
@sclable/nestjs-libs / auth / LocalAuthModule
Defined in: packages/auth/src/modules/local-auth.module.ts:16
AuthModule
new LocalAuthModule():
LocalAuthModule
LocalAuthModule
AuthModule.constructor
staticforRootAsync(asyncOptions,provideControllers?):DynamicModule
Defined in: packages/auth/src/modules/local-auth.module.ts:17
AsyncProvider<AuthModuleOptions>
boolean = true
DynamicModule
protectedstaticgetUserServiceProvider():Provider<UserServiceContract<ApplicationUserContract>>
Defined in: packages/auth/src/modules/auth.module.ts:9
Provider<UserServiceContract<ApplicationUserContract>>
AuthModule.getUserServiceProvider