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

# AuthSession

> Swift Structure

**Structure**

```swift theme={null}
struct AuthSession
```

## Instance Properties

### jwt

```swift theme={null}
let jwt: String
```

### user

```swift theme={null}
let user: AuthUser
```
