mediawiki/oauthclient-php
PHP OAuth client to use with Wikipedia and other MediaWiki-based wikis running the OAuth extension.
Loading...
Searching...
No Matches
MediaWiki\OAuthClient\Consumer Class Reference

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
 

Detailed Description

Data type that represents the identity of the Consumer via its shared secret with the ServiceProvider.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\OAuthClient\Consumer::__construct (   $key,
  $secret 
)
Parameters
string$key
string$secret

The documentation for this class was generated from the following file: