Configuration options for the Better Auth client.

## Properties

### baseURL

> **baseURL**: `string`

Base URL of the auth server (e.g., "http://localhost:3000").

***

### scheme

> **scheme**: `string`

App URL scheme for deep linking (e.g., "terreno").

***

### storagePrefix?

> `optional` **storagePrefix?**: `string`

Storage key prefix for auth tokens.

#### Default

```ts
"terreno"
```
