English
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; }
Show Parameters
Was this page helpful?