type missing on server side ?

On serverside, Is it by design that property suggestions other than "provider" do not appear?


     const { url } = await auth.api.signInSocial({
        body: {
          provider: "google",
          newUserCallbackURL: "/onboard",
        },
      });
Was this page helpful?