[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/carlos-mg89/oauth/src/OAuth/OAuth2/Token/ -> StdOAuth2Token.php (source)

   1  <?php
   2  
   3  namespace OAuth\OAuth2\Token;
   4  
   5  use OAuth\Common\Token\AbstractToken;
   6  
   7  /**
   8   * Standard OAuth2 token implementation.
   9   * Implements OAuth\OAuth2\Token\TokenInterface for any functionality that might not be provided by AbstractToken.
  10   */
  11  class StdOAuth2Token extends AbstractToken implements TokenInterface
  12  {
  13  }


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1