> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qonto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AuthLinkRequestSettings

[@qonto/embed-sdk](../README) / AuthLinkRequestSettings

# Interface: AuthLinkRequestSettings

Settings for requesting an auth link

## Properties

### action

> **action**: `string`

The action to perform after successful authentication

***

### callbackUrl?

> `optional` **callbackUrl**: `string`

Optional callback URL. This will be used to have a reference to the URL the flow should redirect the users after a
successful operation or when the user aborts it. For example, when creating an auth link to generate a payment link,
if the callbackUrl is provided, the Embed app will redirect the users to the callbackUrl once the payment link
generation is completed.
