interface IAuthModuleOptions<T = any> {
defaultStrategy?: string | string[]
session?: boolean
property?: string
__index(key: string): any
}
Properties
Property |
Description |
defaultStrategy?: string | string[]
|
|
session?: boolean
|
|
property?: string
|
|
Methods
__index()
|
__index(key: string): any
Parameters
Option |
Type |
Description |
key
|
string |
|
Returns
any
|