RegisterInput
Defined in: packages/auth/src/types/inputs.ts:23
Input for AuthClient.register.
Properties
Section titled “Properties”captchaToken?
Section titled “captchaToken?”
optionalcaptchaToken?: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
Section titled “password”password:
string
Defined in: packages/auth/src/types/inputs.ts:25
redirectUri
Section titled “redirectUri”redirectUri:
string
Defined in: packages/auth/src/types/inputs.ts:27
URL the verification email should redirect back to.