Adldap\Laravel\Middleware\WindowsAuthenticate::getWindowsAuthAttribute PHP Метод

getWindowsAuthAttribute() защищенный Метод

Returns the windows authentication attribute.
protected getWindowsAuthAttribute ( ) : string
Результат string
    protected function getWindowsAuthAttribute()
    {
        return config('adldap_auth.windows_auth_attribute', [$this->getSchema()->accountName() => 'AUTH_USER']);
    }