ConfirmEmailRequest: {
    email: string;
    force: "true" | "false";
}

Ask the Zupass server to send a confirmation email with a log-in token to the given email.

Type declaration

  • email: string

    Each email can have one account on Zupass.

  • force: "true" | "false"

    Whether or not to overwrite an existing user, if one is present. Required to be 'true' if a user with the same email already exists.

Generated using TypeDoc