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

# DeveloperJwtAuthentication

> DeveloperJwtAuthentication API reference.

Package: [`com.coinbase.cdp.types`](/sdks/cdp-sdks-v2/java/com/coinbase/cdp/types/index)

```java theme={null}
public final class DeveloperJwtAuthentication extends Object
```

## Method Details

### `getType`

```java theme={null}
public DeveloperJwtAuthenticationType getType()
```

**Returns:**

[DeveloperJwtAuthenticationType](/sdks/cdp-sdks-v2/java/com/coinbase/cdp/types/DeveloperJwtAuthenticationType) - The type of authentication information.

### `getKid`

```java theme={null}
public String getKid()
```

**Returns:**

`String` - The key ID of the JWK used to sign the JWT.

### `getSub`

```java theme={null}
public String getSub()
```

**Returns:**

`String` - The unique identifier for the end user that is captured in the `sub` claim of the JWT.

### `equals`

```java theme={null}
public boolean equals(Object other)
```

**Overrides:**

`[equals](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#equals\(java.lang.Object\) "class or interface in java.lang")` in class `[Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang")`

**Parameters:**

`other` - `Object`

**Returns:**

`boolean`

### `getAdditionalProperties`

```java theme={null}
public Map<String,Object> getAdditionalProperties()
```

**Returns:**

`Map<String,Object>`

### `hashCode`

```java theme={null}
public int hashCode()
```

**Overrides:**

`[hashCode](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#hashCode\(\) "class or interface in java.lang")` in class `[Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang")`

**Returns:**

`int`

### `toString`

```java theme={null}
public String toString()
```

**Overrides:**

`[toString](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#toString\(\) "class or interface in java.lang")` in class `[Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang")`

**Returns:**

`String`

### `builder`

```java theme={null}
public static DeveloperJwtAuthentication.TypeStage builder()
```

**Returns:**

[DeveloperJwtAuthentication](/sdks/cdp-sdks-v2/java/com/coinbase/cdp/types/DeveloperJwtAuthentication).`TypeStage`
