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

# AuthSessionStore

> Kotlin Class

**Class**

```kotlin theme={null}
class AuthSessionStore : SessionStore
```

## Constructors

```kotlin theme={null}
constructor()
```

## Functions

| Function | Description |
| -------- | ----------- |
| `clear`  | -           |
| `token`  | -           |
| `update` | -           |

### clear

```kotlin theme={null}
open suspend override fun clear()
```

### token

```kotlin theme={null}
open suspend override fun token(): AuthToken?
```

### update

```kotlin theme={null}
open suspend override fun update(token: AuthToken?)
```
