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

# SwitchConnectionOptionsSignupPassword

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

## Indexable

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

## Properties

<ParamField body="connection" type="string" required>
  The connection identifier to switch to during the signup-password authentication flow.
</ParamField>
