Locker\Request::getUser PHP Method

getUser() public method

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