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