Locker\Request::getPassword PHP Méthode

getPassword() public méthode

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