CreateNewUserRequest: {
    autoRegister?: boolean;
    commitment: string;
    email: string;
    encryptionKey: string | undefined;
    salt: string | undefined;
    semaphore_v4_pubkey: string;
    token: string;
}

Ask the Zupass server to create a new account with the given details, overwriting an existing account if one is present.

Type declaration

  • Optional autoRegister?: boolean
  • commitment: string

    Semaphore v3 commitment.

  • email: string
  • encryptionKey: string | undefined
  • salt: string | undefined
  • semaphore_v4_pubkey: string

    Semaphore v4 public key.

  • token: string

Generated using TypeDoc