> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-actions-triggers-prototype.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# FederatedLoginOptions

```ts Example theme={null}
export interface FederatedLoginOptions {
  connection: string;
  [key: string]: string | number | boolean;
}
```

## Indexable

\[`key`: `string`]: `string` | `number` | `boolean`

## Properties

<ParamField body="connection" type="string" />
