[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/lusitanian/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: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1