Moodle  2.2.1
http://www.collinsharper.com
OAuthToken Class Reference

Public Member Functions

 __construct ($key, $secret)
 to_string ()
 __toString ()

Data Fields

 $key
 $secret

Detailed Description

Definition at line 84 of file OAuth.php.


Constructor & Destructor Documentation

__construct ( key,
secret 
)

key = the token secret = the token secret

Definition at line 93 of file OAuth.php.


Member Function Documentation

Definition at line 109 of file OAuth.php.

to_string ( )

generates the basic string serialization of a token that a server would respond to request_token and access_token calls with

Definition at line 102 of file OAuth.php.


Field Documentation

$key

Definition at line 86 of file OAuth.php.

$secret

Definition at line 87 of file OAuth.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations