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

# UntrustedDataMembersOnMfaVoiceChallenge

Interface for untrusted data specific to mfa-voice-challenge screen

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

## Properties

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

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