> ## 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.

# AuthLinkRequestResult

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

# Interface: AuthLinkRequestResult

The result returned by the `authLinks.request` function

## Properties

### 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.

***

### expiresAt

> **expiresAt**: `string`

Expiration date/time of the auth link

***

### postAuthAction

> **postAuthAction**: `string`

The post-authentication action that will be performed

***

### url

> **url**: `string`

The authentication link URL

***

### usedAt?

> `optional` **usedAt**: `string`

Date/time when the auth link was used (if applicable)
