> ## 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.

# InsecurePersistentSessionStore

> Kotlin Class

**Class**

```kotlin theme={null}
class InsecurePersistentSessionStore(settings: Settings = defaultSettings()) : SessionStore
```

## Constructors

```kotlin theme={null}
constructor(settings: Settings = defaultSettings())
```

## Functions

### 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?)
```
