\Horde_Oauth_Token

OAuth access tokens and request tokens

Summary

Methods
Properties
Constants
__construct()
__toString()
fromString()
$key
$secret
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$key

$key : 

Type

$secret

$secret : 

Type

Methods

__construct()

__construct(  $key,   $secret) 

key = the token secret = the token secret

Parameters

$key
$secret

__toString()

__toString() 

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

fromString()

fromString(  $string) 

Parameters

$string