Type Alias AuthWindowOptions
AuthWindowOptions: Omit<OpenFin.WindowCreationOptions,
| "alwaysOnTop"
| "maximizable"
| "minimizable"
| "autoShow"
| "defaultCentered"
| "includeInSnapshots"
| "name"
| "resizable"
| "saveWindowState"
| "showTaskbarIcon"
| "url">
Options to change the appearance and behavior of the authorization popup window.