* * PHP version 5 * * @category Code_Sample * @package O365-PHP-Microsoft-Graph-Connect * @author Ricardo Loo <*****@*****.**> * @license MIT License * @link http://GitHub.com/OfficeDev/O365-PHP-Microsoft-Graph-Connect */ /*! @abstract Users are redirected to this page to initiate the disconnect flow */ namespace Microsoft\Office365\UnifiedAPI\Connect; require_once 'AuthenticationManager.php'; AuthenticationManager::disconnect(); // ********************************************************* // // O365-PHP-Microsoft-Graph-Connect // https://github.com/OfficeDev/O365-PHP-Microsoft-Graph-Connect // // Copyright (c) Microsoft Corporation // All rights reserved. // // MIT License: // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to