Skip to content

auth.KeycloakAuthModule

Sclable CI edited this page Sep 11, 2024 · 198 revisions

Class: KeycloakAuthModule

auth.KeycloakAuthModule

Hierarchy

  • AuthModule

    KeycloakAuthModule

Table of contents

Constructors

Methods

Constructors

constructor

new KeycloakAuthModule(): KeycloakAuthModule

Returns

KeycloakAuthModule

Inherited from

AuthModule.constructor

Methods

forRootAsync

forRootAsync(asyncOptions, provideControllers?): DynamicModule

Parameters

Name Type Default value
asyncOptions AsyncProvider<AuthModuleOptions> undefined
provideControllers boolean true

Returns

DynamicModule

Defined in

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


getUserServiceProvider

getUserServiceProvider(): Provider<UserServiceContract<ApplicationUserContract>>

Returns

Provider<UserServiceContract<ApplicationUserContract>>

Inherited from

AuthModule.getUserServiceProvider

Defined in

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

Clone this wiki locally