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

# UntrustedDataMembers

```ts Example theme={null}
export interface UntrustedDataMembers {
  submittedFormData: { [key: string]: string | number | boolean | undefined | null } | null;
  authorizationParams: {
    login_hint?: string;
    screen_hint?: string;
    ui_locales?: string;
    [key: `ext-${string}`]: string;
  } | null;
}
```

## Properties

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

<ParamField body="submittedFormData" type="{[key: string]: string | number | boolean | null | undefined; }" />
