[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/carlos-mg89/oauth/src/OAuth/Common/Consumer/ -> CredentialsInterface.php (source)

   1  <?php
   2  
   3  namespace OAuth\Common\Consumer;
   4  
   5  /**
   6   * Credentials Interface, credentials should implement this.
   7   */
   8  interface CredentialsInterface
   9  {
  10      /**
  11       * @return string
  12       */
  13      public function getCallbackUrl();
  14  
  15      /**
  16       * @return string
  17       */
  18      public function getConsumerId();
  19  
  20      /**
  21       * @return string
  22       */
  23      public function getConsumerSecret();
  24  }


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