[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 47 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ServiceInterface:: (4 methods):
request()
getAuthorizationUri()
getAuthorizationEndpoint()
getAccessTokenEndpoint()
Interface: ServiceInterface - X-Ref
Defines methods common among all OAuth services.request($path, $method = 'GET', $body = null, array $extraHeaders = []) X-Ref |
Sends an authenticated API request to the path provided. If the path provided is not an absolute URI, the base API Uri (service-specific) will be used. param: string|UriInterface $path param: string $method HTTP method param: array $body Request body if applicable (an associative array will param: array $extraHeaders Extra headers if applicable. These will override service-specific return: string |
getAuthorizationUri(array $additionalParameters = []) X-Ref |
Returns the url to redirect to for authorization purposes. return: UriInterface |
getAuthorizationEndpoint() X-Ref |
Returns the authorization API endpoint. return: UriInterface |
getAccessTokenEndpoint() X-Ref |
Returns the access token API endpoint. return: UriInterface |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |