Overview

Packages

  • Oauth

Classes

  • Horde_Oauth_Consumer
  • Horde_Oauth_Exception
  • Horde_Oauth_Request
  • Horde_Oauth_SignatureMethod
  • Horde_Oauth_SignatureMethod_HmacSha1
  • Horde_Oauth_SignatureMethod_Plaintext
  • Horde_Oauth_SignatureMethod_RsaSha1
  • Horde_Oauth_Token
  • Horde_Oauth_Utils
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Oauth_Token

OAuth access tokens and request tokens

Package: Oauth
Category: Horde
License: BSD
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Oauth/Token.php
Methods summary
public
# __construct( mixed $key, mixed $secret )

key = the token secret = the token secret

key = the token secret = the token secret

public
# __toString( )

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

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

public static
# fromString( mixed $string )
Properties summary
public mixed $key
#
public mixed $secret
#
API documentation generated by ApiGen