ZenphotoCMS 1.6.x

OAuthToken
in package

Table of Contents

$key  : mixed
$secret  : mixed
__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

$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
Return values
mixed

__toString()

public __toString() : mixed
Return values
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
Return values
mixed

Search results