Security/OAuthRequestValidator.php
- 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
Methods

OAuthRequestValidator(integer $accessToken, integer $accessTokenSecret, integer $consumerKey, integer $consumerSecret) : voidInitializes a new instance of the OAuthRequestValidator class.
Parameters
| Name | Type | Description |
|---|---|---|
| $accessToken | integer | The access token. |
| $accessTokenSecret | integer | The access token secret. |
| $consumerKey | integer | The consumer key. |
| $consumerSecret | integer | The consumer secret. |