Client
Meteor.logoutOtherClients([callback])
import { Meteor } from 'meteor/meteor'
Source Log out other clients logged in as the current user, but does not log out the client that calls this function.
Arguments
- callback Function
-
Optional callback. Called with no arguments on success, or with a single
Error
argument on failure.
Please login to continue.