Request::getUserInfo PHP Method

getUserInfo() public static method

Gets the user info.
public static getUserInfo ( ) : string
return string A user name and, optionally, scheme-specific information about how to gain authorization to access the server
        public static function getUserInfo()
        {
            //Method inherited from \Symfony\Component\HttpFoundation\Request
            return \Illuminate\Http\Request::getUserInfo();
        }