We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@sclable/nestjs-libs / auth / LocalAuthModule
Defined in: packages/auth/src/modules/local-auth.module.ts:16
AuthModule
new LocalAuthModule(): LocalAuthModule
LocalAuthModule
AuthModule.constructor
static forRootAsync(asyncOptions, provideControllers): DynamicModule
static
asyncOptions
provideControllers
DynamicModule
Defined in: packages/auth/src/modules/local-auth.module.ts:17
AsyncProvider<AuthModuleOptions>
AsyncProvider
AuthModuleOptions
boolean = true
boolean
true
protected static getUserServiceProvider(): Provider<UserServiceContract<ApplicationUserContract>>
protected
Provider
UserServiceContract
ApplicationUserContract
Defined in: packages/auth/src/modules/auth.module.ts:9
Provider<UserServiceContract<ApplicationUserContract>>
AuthModule.getUserServiceProvider