Type alias LogoutOptions

LogoutOptions: Pick<CommonEndSessionRequest, "account" | "state" | "postLogoutRedirectUri" | "logoutHint" | "extraQueryParameters"> & {
    clearCache?: boolean;
    idpLogout?: boolean;
    postLogoutRedirectUri?: string;
}

Generated using TypeDoc