Security/OAuthRequestValidator.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\OAuthRequestValidator

Package: Default
OAuth implementation conforming to RequestValidator base class
OAuth implementation conforming to RequestValidator base class, to allow IPP calls via often-used OAuth mechanism.
Parent(s)
\RequestValidator
Inherited_from
\RequestValidator  

Properties

>VPropertypublicstring $AccessToken
The OAuth Access Token
Details
Type
string
>VPropertypublicstring $AccessTokenSecret
The OAuth Access Token Secret
Details
Type
string
>VPropertypublicstring $ConsumerKey
The OAuth Consumer Key
Details
Type
string
>VPropertypublicstring $ConsumerSecret
The OAuth Consumer Secret
Details
Type
string
>VPropertypublicstring $oauthSignatureMethod
The Oauth signature method.
Details
Type
string

Methods

methodpublicOAuthRequestValidator(integer $accessToken, integer $accessTokenSecret, integer $consumerKey, integer $consumerSecret) : void

Initializes a new instance of the OAuthRequestValidator class.

Parameters
NameTypeDescription
$accessTokeninteger

The access token.

$accessTokenSecretinteger

The access token secret.

$consumerKeyinteger

The consumer key.

$consumerSecretinteger

The consumer secret.

Documentation was generated by phpDocumentor 2.8.5.