PHP Class Horde_Oauth_Token, horde

Author: Chuck Hagenbuch ([email protected])
显示文件 Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$key
$secret

Public Methods

Method Description
__construct ( $key, $secret ) key = the token secret = the token secret
__toString ( ) Generate the basic string serialization of a token that a server would respond to request_token and access_token calls with.
fromString ( $string )

Method Details

__construct() public method

key = the token secret = the token secret
public __construct ( $key, $secret )

__toString() public method

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

fromString() public static method

public static fromString ( $string )

Property Details

$key public_oe property

public $key

$secret public_oe property

public $secret