AuthOptionsFactory
interface AuthOptionsFactory {
createAuthOptions(): Promise<IAuthModuleOptions> | IAuthModuleOptions
}
Methods
createAuthOptions() |
---|
ParametersThere are no parameters. Returns
|
interface AuthOptionsFactory {
createAuthOptions(): Promise<IAuthModuleOptions> | IAuthModuleOptions
}
createAuthOptions() |
---|
ParametersThere are no parameters. Returns
|