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 A5AuthnPhoneConfigurableModule: import("@nestjs/common").ConfigurableModuleCls<import("./interfaces").A5AuthnPhoneStrategyConstructorOptions, "forRoot", "createOptions", { isGlobal: boolean; }>; /** * @public */ export declare const A5_AUTH_PHONE_MODULE_OPTIONS: string | symbol;