Requests_Auth_Basic::getAuthString()

Get the authentication string (user:pass)


Description Description


Return Return

(string)


Top ↑

Source Source

File: wp-includes/Requests/Auth/Basic.php

	public function getAuthString() {
		return $this->user . ':' . $this->pass;
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.