Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
league
/
oauth1-client
/
src
/
Credentials
:
ClientCredentialsInterface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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); }