Class: AuthRefreshModule
Auth Refresh module
Extends
AuthRefreshModuleClass
Constructors
new AuthRefreshModule()
new AuthRefreshModule():
AuthRefreshModule
Returns
Inherited from
AuthRefreshModuleClass.constructor
Defined in
node_modules/@nestjs/common/module-utils/interfaces/configurable-module-cls.interface.d.ts:12
Methods
forFeature()
staticforFeature(options):DynamicModule
Parameters
| Parameter | Type |
|---|---|
options | AuthRefreshOptions |
Returns
DynamicModule
Defined in
packages/nestjs-auth-refresh/src/auth-refresh.module.ts:34 (opens in a new tab)
forRoot()
staticforRoot(options):DynamicModule
Parameters
| Parameter | Type |
|---|---|
options | AuthRefreshOptions |
Returns
DynamicModule
Defined in
packages/nestjs-auth-refresh/src/auth-refresh.module.ts:26 (opens in a new tab)
forRootAsync()
staticforRootAsync(options):DynamicModule
Parameters
| Parameter | Type |
|---|---|
options | AuthRefreshAsyncOptions |
Returns
DynamicModule
Defined in
packages/nestjs-auth-refresh/src/auth-refresh.module.ts:30 (opens in a new tab)
register()
staticregister(options):DynamicModule
Parameters
| Parameter | Type |
|---|---|
options | AuthRefreshOptions |
Returns
DynamicModule
Overrides
AuthRefreshModuleClass.register
Defined in
packages/nestjs-auth-refresh/src/auth-refresh.module.ts:18 (opens in a new tab)
registerAsync()
staticregisterAsync(options):DynamicModule
Parameters
| Parameter | Type |
|---|---|
options | AuthRefreshAsyncOptions |
Returns
DynamicModule
Overrides
AuthRefreshModuleClass.registerAsync
Defined in
packages/nestjs-auth-refresh/src/auth-refresh.module.ts:22 (opens in a new tab)