function useLinkAuthFlow(): { back: () => void; direction?: "left" | "right"; link: (method: AuthMethod) => void; linkSuccess: () => void; };
back: () => void;
void
optional direction: "left" | "right";
link: (method: AuthMethod) => void;
method
AuthMethod
linkSuccess: () => void;
Was this page helpful?