Locker\Request::getPassword PHP Method

getPassword() public method

Gets the password from the basic auth.
public getPassword ( ) : String
return String password in the basic auth.
    public function getPassword()
    {
        return \Request::getPassword() ?: $this->getAuth()[self::authPass];
    }