> ## Documentation Index
> Fetch the complete documentation index at: https://projectdiscovery-nuclei-v3-2-3-updates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Kerberos.TGS

# Interface: TGS

[kerberos](/templates/protocols/javascript/modules/kerberos).TGS

TGS is the response from GetServiceTicket

## Table of contents

### Properties

* [ErrMsg](/templates/protocols/javascript/modules/kerberos.TGS#errmsg)
* [Hash](/templates/protocols/javascript/modules/kerberos.TGS#hash)
* [Ticket](/templates/protocols/javascript/modules/kerberos.TGS#ticket)

## Properties

### ErrMsg

• `Optional` **ErrMsg**: `string`

#### Defined in

kerberos.ts:443

***

### Hash

• `Optional` **Hash**: `string`

#### Defined in

kerberos.ts:441

***

### Ticket

• `Optional` **Ticket**: [`Ticket`](/templates/protocols/javascript/modules/kerberos.Ticket)

#### Defined in

kerberos.ts:439
