D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
www
/
vendor
/
league
/
oauth1-client
/
src
/
Credentials
/
Filename :
ClientCredentialsInterface.php
back
Copy
<?php namespace League\OAuth1\Client\Credentials; interface ClientCredentialsInterface extends CredentialsInterface { /** * Get the credentials callback URI. * * @return string */ public function getCallbackUri(); /** * Set the credentials callback URI. * * @param string $callbackUri * * @return void */ public function setCallbackUri($callbackUri); }