[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 311 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
__construct(CredentialsInterface $credentials,ClientInterface $httpClient,TokenStorageInterface $storage,SignatureInterface $signature,UriInterface $baseApiUri = null) X-Ref |
{@inheritDoc} |
requestRequestToken() X-Ref |
{@inheritDoc} |
getAuthorizationUri(array $additionalParameters = array() X-Ref |
{@inheritdoc} |
requestAccessToken($token, $verifier, $tokenSecret = null) X-Ref |
{@inheritDoc} |
request($path, $method = 'GET', $body = null, array $extraHeaders = array() X-Ref |
Sends an authenticated API request to the path provided. If the path provided is not an absolute URI, the base API Uri (must be passed into constructor) will be used. param: string|UriInterface $path param: string $method HTTP method param: array $body Request body if applicable (key/value pairs) param: array $extraHeaders Extra headers if applicable. return: string |
getExtraOAuthHeaders() X-Ref |
Return any additional headers always needed for this service implementation's OAuth calls. return: array |
getExtraApiHeaders() X-Ref |
Return any additional headers always needed for this service implementation's API calls. return: array |
buildAuthorizationHeaderForTokenRequest(array $extraParameters = array() X-Ref |
Builds the authorization header for getting an access or request token. param: array $extraParameters return: string |
buildAuthorizationHeaderForAPIRequest($method,UriInterface $uri,TokenInterface $token,$bodyParams = null) X-Ref |
Builds the authorization header for an authenticated API request param: string $method param: UriInterface $uri The uri the request is headed param: TokenInterface $token param: array $bodyParams Request body if applicable (key/value pairs) return: string |
getBasicAuthorizationHeaderInfo() X-Ref |
Builds the authorization header array. return: array |
generateNonce($length = 32) X-Ref |
Pseudo random string generator used to build a unique string to sign each request param: int $length return: string |
getSignatureMethod() X-Ref |
return: string |
getVersion() X-Ref |
This returns the version used in the authorization header of the requests return: string |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |