API Reference
Rockets Core API
nestjs-authentication
classes
AuthenticationModule

Class: AuthenticationModule

Authentication module

Extends

  • AuthenticationModuleClass

Constructors

new AuthenticationModule()

new AuthenticationModule(): AuthenticationModule

Returns

AuthenticationModule

Inherited from

AuthenticationModuleClass.constructor

Defined in

node_modules/@nestjs/common/module-utils/interfaces/configurable-module-cls.interface.d.ts:12

Methods

forFeature()

static forFeature(options): DynamicModule

Parameters

ParameterType
optionsAuthenticationOptions

Returns

DynamicModule

Defined in

packages/nestjs-authentication/src/authentication.module.ts:33 (opens in a new tab)


forRoot()

static forRoot(options): DynamicModule

Parameters

ParameterType
optionsAuthenticationOptions

Returns

DynamicModule

Defined in

packages/nestjs-authentication/src/authentication.module.ts:25 (opens in a new tab)


forRootAsync()

static forRootAsync(options): DynamicModule

Parameters

ParameterType
optionsAuthenticationAsyncOptions

Returns

DynamicModule

Defined in

packages/nestjs-authentication/src/authentication.module.ts:29 (opens in a new tab)


register()

static register(options): DynamicModule

Parameters

ParameterType
optionsAuthenticationOptions

Returns

DynamicModule

Overrides

AuthenticationModuleClass.register

Defined in

packages/nestjs-authentication/src/authentication.module.ts:17 (opens in a new tab)


registerAsync()

static registerAsync(options): DynamicModule

Parameters

ParameterType
optionsAuthenticationAsyncOptions

Returns

DynamicModule

Overrides

AuthenticationModuleClass.registerAsync

Defined in

packages/nestjs-authentication/src/authentication.module.ts:21 (opens in a new tab)