UNPKG

@hz-9/a5-authn

Version:

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

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