> ## Documentation Index
> Fetch the complete documentation index at: https://turnkey-0e7c1f5b-bc-add-sdk-typedoc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Session

# Type Alias: Session

> **Session** = `object`

Defined in: [types.ts:3](https://github.com/tkhq/sdk/blob/ee72856c3f450731d7501ab05001215768b71500/packages/sdk-react-native/src/types.ts#L3)

## Properties

### expiry

> **expiry**: `number`

Defined in: [types.ts:7](https://github.com/tkhq/sdk/blob/ee72856c3f450731d7501ab05001215768b71500/packages/sdk-react-native/src/types.ts#L7)

***

### key

> **key**: `string`

Defined in: [types.ts:4](https://github.com/tkhq/sdk/blob/ee72856c3f450731d7501ab05001215768b71500/packages/sdk-react-native/src/types.ts#L4)

***

### privateKey

> **privateKey**: `string`

Defined in: [types.ts:6](https://github.com/tkhq/sdk/blob/ee72856c3f450731d7501ab05001215768b71500/packages/sdk-react-native/src/types.ts#L6)

***

### publicKey

> **publicKey**: `string`

Defined in: [types.ts:5](https://github.com/tkhq/sdk/blob/ee72856c3f450731d7501ab05001215768b71500/packages/sdk-react-native/src/types.ts#L5)

***

### user?

> `optional` **user**: [`User`](../User/readme)

Defined in: [types.ts:8](https://github.com/tkhq/sdk/blob/ee72856c3f450731d7501ab05001215768b71500/packages/sdk-react-native/src/types.ts#L8)
