vendor/hwi/oauth-bundle/src/Security/Core/Authentication/Token/OAuthToken.php line 14

Open in your IDE?
  1. <?php
  2. /*
  3.  * This file is part of the HWIOAuthBundle package.
  4.  *
  5.  * (c) Hardware Info <opensource@hardware.info>
  6.  *
  7.  * For the full copyright and license information, please view the LICENSE
  8.  * file that was distributed with this source code.
  9.  */
  10. namespace HWI\Bundle\OAuthBundle\Security\Core\Authentication\Token;
  11. class OAuthToken extends AbstractOAuthToken
  12. {
  13. }