[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |