ZenphotoCMS 1.6.2

OAuthToken
in package

Table of Contents

Properties

$key  : mixed
$secret  : mixed

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

$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

        
On this page

Search results