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

# MfaSmsChallengeOptions

```ts Example theme={null}
export interface MfaSmsChallengeOptions {
  code: string;
  rememberDevice?: boolean;
  [key: string]: string | number | boolean | undefined;
}
```

## Indexable

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

## Properties

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

<ParamField body="rememberDevice?" type="boolean" />
