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 / KeycloakAuthModule
Defined in: packages/auth/src/modules/keycloak-auth.module.ts:17
AuthModule
new KeycloakAuthModule(): KeycloakAuthModule
KeycloakAuthModule
AuthModule.constructor
static forRootAsync(asyncOptions, provideControllers?): DynamicModule
static
asyncOptions
provideControllers?
DynamicModule
Defined in: packages/auth/src/modules/keycloak-auth.module.ts:18
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