Aacotroneo\Saml2\Saml2User::getAttributes PHP 메소드

getAttributes() 공개 메소드

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