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

ソーシャルログインを実行するためのオプション

```ts Example theme={null}
export interface FederatedLoginPayloadOptions {
  /** 使用するソーシャル接続名 */
  connection: string;
  /** その他のカスタムオプション */
  [key: string]: string | number | boolean;
}
```

<h2 id="properties">
  プロパティ
</h2>

<ParamField body="connection" type="string">
  使用するソーシャル接続名
</ParamField>
