vendor and env first commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?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);
|
||||
}
|
||||
Reference in New Issue
Block a user