mediawiki/oauthclient-php
PHP OAuth client to use with Wikipedia and other MediaWiki-based wikis running the OAuth extension.
|
Data type that represents the identity of the Consumer via its shared secret with the ServiceProvider. More...
Public Member Functions | |
__construct ( $key, $secret) | |
__toString () | |
Public Attributes | |
$key | |
$secret | |
Data type that represents the identity of the Consumer via its shared secret with the ServiceProvider.
MediaWiki\OAuthClient\Consumer::__construct | ( | $key, | |
$secret ) |
string | $key | |
string | $secret |