PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
league
/
oauth1-client
/
src
/
Credentials
<?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); }
[-] TokenCredentials.php
[edit]
[+]
..
[-] TemporaryCredentials.php
[edit]
[-] CredentialsException.php
[edit]
[-] Credentials.php
[edit]
[-] ClientCredentials.php
[edit]
[-] RsaClientCredentials.php
[edit]
[-] CredentialsInterface.php
[edit]
[-] ClientCredentialsInterface.php
[edit]