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

# UntrustedDataMembersOnMfaOtpChallenge

Interfaz para los datos no confiables específicos de la pantalla mfa-otp-challenge

```ts Example theme={null}
export interface UntrustedDataMembersOnMfaOtpChallenge extends UntrustedDataMembers {
  submittedFormData: {
    rememberDevice: boolean;
  } | null;
}
```

<div id="properties">
  ## Propiedades
</div>

<ParamField body="authorizationParams" type="{[key:  ext-${string} ]: string; login_hint?: string; screen_hint?: string; ui_locales?: string; }" />

<ParamField body="submittedFormData" type="rememberDevice" />
