@ctx-core/auth0
Version:
ctx-core auth0
9 lines (8 loc) • 320 B
TypeScript
import type { Auth0Error } from 'auth0-js'
import type { auth0__email__validate__data_T } from '../auth0__email__validate/index.js'
export declare function auth0__forgot_password__validate(
data:auth0__email__validate__data_T
):Auth0Error
export {
auth0__forgot_password__validate as validate_auth0_forgot_password,
}