Requests_Auth_Basic::getAuthString()

Get the authentication string (user:pass)

Return

(string)

Source

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

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

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests_auth_basic/getauthstring