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
AuthModule
new LocalAuthModule(): LocalAuthModule
LocalAuthModule
AuthModule.constructor
static forRootAsync(asyncOptions, provideControllers): DynamicModule
static
asyncOptions
provideControllers
DynamicModule
• asyncOptions: AsyncProvider<AuthModuleOptions>
AsyncProvider
AuthModuleOptions
• provideControllers: boolean = true
boolean
true
packages/auth/src/modules/local-auth.module.ts:17
protected static getUserServiceProvider(): Provider<UserServiceContract<ApplicationUserContract>>
protected
Provider
UserServiceContract
ApplicationUserContract
Provider<UserServiceContract<ApplicationUserContract>>
AuthModule.getUserServiceProvider
packages/auth/src/modules/auth.module.ts:9