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

# OtpCodeOptions

```ts Example theme={null}
export interface OtpCodeOptions extends CustomOptions {
   /**
   * Le code OTP que l'utilisateur saisit pour soumettre.
   */
  code: string;
}
```

<div id="indexable">
  ## Indexable
</div>

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

<div id="properties">
  ## Propriétés
</div>

<ParamField body="code" type="string">
  Le code OTP que l’utilisateur saisit pour le soumettre.
</ParamField>
