How is \Magento\Backend\Model\Url::useSecretKey() implemented and used?

Context: How is the «Add Secret Key to URLs» backend option implemented and used?

Implementation

Details: How are setNoSecret() / getNoSecret() methods of the \Magento\Backend\Model\Url class used?

Usages

1. \Magento\Backend\App\AbstractAction::_processUrlKeys()

2. \Magento\Backend\App\Action\Plugin\Authentication::_redirectIfNeededAfterLogin()

3. \Magento\Backend\Model\Url::getUrl()

4. \Magento\Backend\Model\Auth\Session::processLogin()

5. \Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment\Place::execute()

See also: