Aacotroneo\Saml2\Saml2User::getRawSamlAssertion PHP Method

getRawSamlAssertion() public method

public getRawSamlAssertion ( ) : string
return string the saml assertion processed this request
    function getRawSamlAssertion()
    {
        return app('request')->input('SAMLResponse');
        //just this request
    }