How is the \Magento\Security\Model\AdminSessionsManager::processLogout() implemented and used?

Implementation

The sole usage

It is used only from the security_admin_sessions_login before plugin to the \Magento\Backend\Model\Auth::logout() method:

See also: