See
useLinkAuthFlowProperties
| Property | Type | Description |
|---|---|---|
back | () => void | A function to call when the back button is clicked. |
direction? | "left" | "right" | The direction of the flow transition. |
link | (method: AuthMethod) => void | A function to call when the user links an auth method. |
linkSuccess | () => void | A function to call when an auth method is successfully linked. |