Requests_Auth_Basic::getAuthString()
Get the authentication string (user:pass)
Description Description
Return Return
(string)
Source Source
File: wp-includes/Requests/Auth/Basic.php
public function getAuthString() { return $this->user . ':' . $this->pass; }
Expand full source code Collapse full source code View on Trac