Aacotroneo\Saml2\Saml2User::getAttributes PHP Method

getAttributes() public method

public getAttributes ( ) : array
return array attributes retrieved from assertion processed this request
    function getAttributes()
    {
        $auth = $this->auth;
        return $auth->getAttributes();
    }