Oauth/Http/Utility.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Oauth  
Version
$Id$  

\Zend_Oauth_Http_Utility

Package: Zend_Oauth
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Methods

methodpublicassembleParams(string $url, \Zend_Oauth_Config_ConfigInterface $config, null | array $serviceProviderParams = null) : array

Assemble all parameters for a generic OAuth request - i.e. no special params other than the defaults expected for any OAuth query.

Parameters
NameTypeDescription
$urlstring
$config\Zend_Oauth_Config_ConfigInterface
$serviceProviderParamsnull | array
Returns
TypeDescription
array
methodpublicgenerateNonce() : string

Generate nonce

Returns
TypeDescription
string
methodpublicgenerateTimestamp() : int

Generate timestamp

Returns
TypeDescription
int
methodpublicparseQueryString(mixed $query) : array

Parse query string

Parameters
NameTypeDescription
$querymixed
Returns
TypeDescription
array
methodpublicsign(array $params, string $signatureMethod, string $consumerSecret, null | string $tokenSecret = null, null | string $method = null, null | string $url = null) : string

Sign request

Parameters
NameTypeDescription
$paramsarray
$signatureMethodstring
$consumerSecretstring
$tokenSecretnull | string
$methodnull | string
$urlnull | string
Returns
TypeDescription
string
methodpublictoAuthorizationHeader(array $params, null | string $realm = null, bool $excludeCustomParams = true) : void

Cast to authorization header

Parameters
NameTypeDescription
$paramsarray
$realmnull | string
$excludeCustomParamsbool
methodpublictoEncodedQueryString(array $params, bool $customParamsOnly = false) : string

Given both OAuth parameters and any custom parametere, generate an encoded query string. This method expects parameters to have been assembled and signed beforehand.

Parameters
NameTypeDescription
$paramsarray
$customParamsOnlybool

Ignores OAuth params e.g. for requests using OAuth Header

Returns
TypeDescription
string
methodpublicurlEncode(string $value) : string
static

urlencode a value

Parameters
NameTypeDescription
$valuestring
Returns
TypeDescription
string
Documentation was generated by phpDocumentor 2.2.0 .