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

# Yor.ts | interfaces/YorClientOptions

[yor.ts](../README) / [Exports](../modules) / YorClientOptions

# Interface: YorClientOptions

## Table of contents

### Properties

* [application](YorClientOptions#application)
* [rest](YorClientOptions#rest)
* [token](YorClientOptions#token)

## Properties

### application

• **application**: `Object`

#### Type declaration

| Name        | Type     |
| :---------- | :------- |
| `id`        | `string` |
| `publicKey` | `string` |

#### Defined in

[src/structures/YorClient.ts:33](https://github.com/OreOreki/yor.ts/blob/ff21935/src/structures/YorClient.ts#L33)

***

### rest

• `Optional` **rest**: `RESTOptions`

#### Defined in

[src/structures/YorClient.ts:37](https://github.com/OreOreki/yor.ts/blob/ff21935/src/structures/YorClient.ts#L37)

***

### token

• **token**: `string`

#### Defined in

[src/structures/YorClient.ts:32](https://github.com/OreOreki/yor.ts/blob/ff21935/src/structures/YorClient.ts#L32)
