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

# MfaOtpTryAnotherMethodOptions

Options for trying another MFA method.

```ts Example theme={null}
export interface TryAnotherMethodOptions {
  /**
   * Any additional custom options.
   */
  [key: string]: string | number | boolean | undefined;
}
```

## Indexable

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

Any additional custom options.
