UNPKG

@hz-9/a5-authn

Version:

Authentication module for the @hz-9/a5-* series of repositories.

11 lines (10 loc) 326 B
/** * @public */ export declare const A5AuthnEmailConfigurableModule: import("@nestjs/common").ConfigurableModuleCls<import("./interfaces").A5AuthnEmailStrategyConstructorOptions, "forRoot", "createOptions", { isGlobal: boolean; }>; /** * @public */ export declare const A5_AUTH_EMAIL_MODULE_OPTIONS: string | symbol;