> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/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;
}
```

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

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