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_Request

OAuth request class

Package: Oauth
Category: Horde
License: BSD
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Oauth/Request.php
Methods summary
public
# __construct( mixed $url, mixed $params = array(), mixed $method = 'POST' )
public unknown_type
# sign( mixed $signatureMethod, mixed $consumer, mixed $token = null )

Sign this request in accordance with OAuth

Sign this request in accordance with OAuth

Parameters

$signatureMethod
$consumer
$token

Returns

unknown_type
public
# getSignatureBaseString( )

Returns the signable string of this request

Returns the signable string of this request

The base string is defined as the method, the url and the parameters (normalized), each urlencoded and concatenated with &.

public
# buildHttpQuery( )

Get a query string suitable for use in a URL or as POST data.

Get a query string suitable for use in a URL or as POST data.

public
# buildAuthorizationHeader( mixed $realm = '' )
Constants summary
string VERSION
# '1.0'
API documentation generated by ApiGen