Skip to content

auth.Class.KeycloakAuthModule

Sclable CI edited this page Apr 10, 2026 · 22 revisions

@sclable/nestjs-libs / auth / KeycloakAuthModule

Class: KeycloakAuthModule

Defined in: packages/auth/src/modules/keycloak-auth.module.ts:17

Extends

  • AuthModule

Constructors

Constructor

new KeycloakAuthModule(): KeycloakAuthModule

Returns

KeycloakAuthModule

Inherited from

AuthModule.constructor

Methods

forRootAsync()

static forRootAsync(asyncOptions, provideControllers?): DynamicModule

Defined in: packages/auth/src/modules/keycloak-auth.module.ts:18

Parameters

asyncOptions

AsyncProvider<AuthModuleOptions>

provideControllers?

boolean = true

Returns

DynamicModule


getUserServiceProvider()

protected static getUserServiceProvider(): Provider<UserServiceContract<ApplicationUserContract>>

Defined in: packages/auth/src/modules/auth.module.ts:9

Returns

Provider<UserServiceContract<ApplicationUserContract>>

Inherited from

AuthModule.getUserServiceProvider

Clone this wiki locally