OAuthToken
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- key = the token secret = the token secret
- __toString() : mixed
- to_string() : mixed
- generates the basic string serialization of a token that a server would respond to request_token and access_token calls with
Properties
$key
public
mixed
$key
$secret
public
mixed
$secret
Methods
__construct()
key = the token secret = the token secret
public
__construct(mixed $key, mixed $secret) : mixed
Parameters
- $key : mixed
- $secret : mixed
__toString()
public
__toString() : mixed
to_string()
generates the basic string serialization of a token that a server would respond to request_token and access_token calls with
public
to_string() : mixed