Locker\Request::getPassword PHP Метод

getPassword() публичный Метод

Gets the password from the basic auth.
public getPassword ( ) : String
Результат String password in the basic auth.
    public function getPassword()
    {
        return \Request::getPassword() ?: $this->getAuth()[self::authPass];
    }