AboutSupportDeveloper GuideVersion 1.1.0
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.