You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UseUserFactoryParams > logOut

UseUserFactoryParams.logOut property

Signature:

logOut: (context: Context, params?: {
        currentUser: USER;
    }) => Promise<void>;