Data type that represents an End User via either and access or requst token.
More...
|
| | __construct ( $key, $secret) |
| |
| | toString () |
| | Generate the basic string serialization of a token that a server would respond to request_token and access_token calls with.
|
| |
|
| __toString () |
| |
Data type that represents an End User via either and access or requst token.
◆ __construct()
| MediaWiki\OAuthClient\Token::__construct |
( |
| $key, |
|
|
| $secret ) |
- Parameters
-
| string | $key | The token |
| string | $secret | The token secret |
◆ toString()
| MediaWiki\OAuthClient\Token::toString |
( |
| ) |
|
Generate the basic string serialization of a token that a server would respond to request_token and access_token calls with.
- Returns
- string
The documentation for this class was generated from the following file: