public function RequestInterface::getPassword

Get the password to pass in the URL if set

Return value

string|null

1 method overrides RequestInterface::getPassword()
Request::getPassword in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get the password to pass in the URL if set

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php, line 206

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function getPassword();