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

getUserId() 공개 메소드

public getUserId ( ) : string
리턴 string User Id retrieved from assertion processed this request
    function getUserId()
    {
        $auth = $this->auth;
        return $auth->getNameId();
    }