oidc-client-ts
    Preparing search index...

    Interface PopupWindowParams

    interface PopupWindowParams {
        popupAbortOnClose?: boolean;
        popupSignal?: AbortSignal | null;
        popupWindowFeatures?: PopupWindowFeatures;
        popupWindowTarget?: string;
    }
    Index

    Properties

    popupAbortOnClose?: boolean

    Abort navigator when the popup is lost

    popupSignal?: AbortSignal | null

    An AbortSignal to set request's signal.

    popupWindowFeatures?: PopupWindowFeatures
    popupWindowTarget?: string