Class to represent an OAuth Consumer.
More...
|
| __construct (string $key, string $secret, ?string $callback_url=null) |
| Class constructor.
|
|
| __toString () |
| Convert object to a string.
|
|
|
string | $key |
| Consumer key.
|
|
string | $secret |
| Shared secret.
|
|
string | $callback_url |
| Callback URL.
|
|
Class to represent an OAuth Consumer.
- Copyright
- Andy Smith (http://oauth.googlecode.com/svn/code/php/)
- Version
- 2008-08-04
- Licence: https://opensource.org/licenses/MIT The MIT License
◆ __construct()
__construct |
( |
string | $key, |
|
|
string | $secret, |
|
|
?string | $callback_url = null ) |
Class constructor.
- Parameters
-
string | $key | Consumer key |
string | $secret | Shared secret |
string | null | $callback_url | Callback URL |
◆ __toString()
Convert object to a string.
- Returns
- string