Interface PopupSignOutOptions

Options to override options during popup sign out

interface PopupSignOutOptions {
    extraQueryParams?: Record<string, string | number | boolean>;
    id_token_hint?: string;
    popupSignal?: AbortSignal;
    popupWindowFeatures?: PopupWindowFeatures;
    popupWindowTarget?: string;
    post_logout_redirect_uri?: string;
    state?: unknown;
}

Hierarchy

  • SignoutPopupArgs
    • PopupSignOutOptions

Properties

extraQueryParams?: Record<string, string | number | boolean>
id_token_hint?: string
popupSignal?: AbortSignal

An AbortSignal to set request's signal.

popupWindowFeatures?: PopupWindowFeatures
popupWindowTarget?: string
post_logout_redirect_uri?: string
state?: unknown

custom "state", which can be used by a caller to have "data" round tripped