UNPKG

@hz-9/a5-authn

Version:

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

11 lines (10 loc) 262 B
import { A5AuthnPwdConfigurableModule } from './module-definition'; /** * @public * * A5 Authentication Module 子模块 - 密码认证 * * 提供认证相关的核心功能 */ export declare class A5AuthnPwdModule extends A5AuthnPwdConfigurableModule { }