public function HttpClientAuthentication::authenticate in Http Client 6.2
Same name and namespace in other branches
- 7.2 includes/HttpClient.inc \HttpClientAuthentication::authenticate()
Used by the HttpClient to authenticate requests.
Parameters
HttpClientRequest $request:
Return value
void
1 method overrides HttpClientAuthentication::authenticate()
- HttpClientOAuth::authenticate in includes/
HttpClientOAuth.inc - Used by the HttpClient to authenticate requests.
File
- includes/
HttpClient.inc, line 507
Class
- HttpClientAuthentication
- Interface that should be implemented by classes that provides a authentication method for the http client.
Code
public function authenticate($request);