Skip to content

RegisterInput

Defined in: packages/auth/src/types/inputs.ts:23

Input for AuthClient.register.

optional captchaToken?: string

Defined in: packages/auth/src/types/inputs.ts:29

Optional CAPTCHA challenge token (Cloudflare Turnstile, hCaptcha, …).


email: string

Defined in: packages/auth/src/types/inputs.ts:24


password: string

Defined in: packages/auth/src/types/inputs.ts:25


redirectUri: string

Defined in: packages/auth/src/types/inputs.ts:27

URL the verification email should redirect back to.