express-openid-connect
    Preparing search index...

    Interface LogoutOptions

    Custom options to pass to logout.

    interface LogoutOptions {
        logoutParams?: { [key: string]: any };
        returnTo?: string;
    }
    Index

    Properties

    logoutParams?: { [key: string]: any }

    Additional custom parameters to pass to the logout endpoint.

    returnTo?: string

    URL to returnTo after logout, overrides the Default in routes.postLogoutRedirect