> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectdiscovery.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Rdp.CheckRDPAuthResponse

# Interface: CheckRDPAuthResponse

[rdp](/templates/protocols/javascript/modules/rdp).CheckRDPAuthResponse

CheckRDPAuthResponse is the response from the CheckRDPAuth function.
this is returned by CheckRDPAuth function.

**`Example`**

```javascript theme={null}
const rdp = require('nuclei/rdp');
const checkRDPAuth = rdp.CheckRDPAuth('acme.com', 3389);
log(toJSON(checkRDPAuth));
```

## Table of contents

### Properties

* [Auth](/templates/protocols/javascript/modules/rdp.CheckRDPAuthResponse#auth)
* [PluginInfo](/templates/protocols/javascript/modules/rdp.CheckRDPAuthResponse#plugininfo)

## Properties

### Auth

• `Optional` **Auth**: `boolean`

#### Defined in

rdp.ts:52

***

### PluginInfo

• `Optional` **PluginInfo**: [`ServiceRDP`](/templates/protocols/javascript/modules/rdp.ServiceRDP)

#### Defined in

rdp.ts:50
