|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| getUrl () | |
| assembleParams () | |
Public Member Functions inherited from Zend_Oauth_Http | |
| __construct (Zend_Oauth_Consumer $consumer, array $parameters=null, Zend_Oauth_Http_Utility $utility=null) | |
| setMethod ($method) | |
| getMethod () | |
| setParameters (array $customServiceParameters) | |
| getParameters () | |
| getConsumer () | |
| startRequestCycle (array $params) | |
| getRequestSchemeQueryStringClient (array $params, $url) | |
Additional Inherited Members | |
Protected Member Functions inherited from Zend_Oauth_Http | |
| _assessRequestAttempt (Zend_Http_Response $response=null) | |
| _toAuthorizationHeader (array $params, $realm=null) | |
Protected Attributes inherited from Zend_Oauth_Http | |
| $_parameters = array() | |
| $_consumer = null | |
| $_preferredRequestScheme = null | |
| $_preferredRequestMethod = Zend_Oauth::POST | |
| $_httpUtility = null | |
Definition at line 34 of file UserAuthorization.php.
| assembleParams | ( | ) |
Assemble all parameters for inclusion in a redirect URL.
Definition at line 59 of file UserAuthorization.php.
| getUrl | ( | ) |
Generate a redirect URL from the allowable parameters and configured values.
Definition at line 42 of file UserAuthorization.php.