Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignUpParams

Account creation parameters.

Hierarchy

  • SignUpParams

Index

Properties

email: string

Customer's email address (up to 100 characters), required.

first_name?: string

Customer's first name, optional, up to 50 characters.

last_name?: string

Customer's last name, optional, up to 50 characters.

password?: string

Customer's password (up to 50 characters). If not provided, Foxy will generate a random password for this account server-side.

verification: { token: string; type: "hcaptcha" }

Signup verification (currently only hCaptcha is supported).

Type declaration

  • token: string

    hCaptcha verification token.

  • type: "hcaptcha"

    Verification type. Currently only hCaptcha is supported.

Generated using TypeDoc