PAOIDCClient
    Preparing search index...

    Interface PopupOptions

    Popup-based login configuration.

    interface PopupOptions {
        popup?: Window | null;
        timeout?: number;
    }
    Index

    Properties

    Properties

    popup?: Window | null

    The created popup window instance.

    timeout?: number

    Timeout in milliseconds before assuming no response from the popup.

    60000