@hz-9/a5-authn
Version:
Authentication module for the @hz-9/a5-* series of repositories.
11 lines (10 loc) • 320 B
TypeScript
/**
* @public
*/
export declare const A5AuthnPwdConfigurableModule: import("@nestjs/common").ConfigurableModuleCls<import("./interfaces").A5AuthnPwdStrategyConstructorOptions, "forRoot", "createOptions", {
isGlobal: boolean;
}>;
/**
* @public
*/
export declare const A5_AUTH_PWD_MODULE_OPTIONS: string | symbol;