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

# FederatedLoginPayloadOptions

Options pour effectuer des opérations de connexion à l’aide d’un fournisseur social

```ts Example theme={null}
export interface FederatedLoginPayloadOptions {
  /** Le nom de la connexion sociale à utiliser */
  connection: string;
  /** Toute option personnalisée supplémentaire */
  [key: string]: string | number | boolean;
}
```

<h2 id="properties">
  Propriétés
</h2>

<ParamField body="connection" type="string">
  Le nom de la connexion sociale à utiliser
</ParamField>
