# AuthData

**Kind:** Interface

**Source:** `Outlook_plugin/src/auth/auth.model.ts` (line 14)

**Part of:** [Auth](subsystem-outlook-plugin-src-auth)

## Properties

| Property | Type |
|---|---|
| `accessToken` | `any` |
| `expiresAt` | `Date` |
| `refreshToken` | `any` |
| `user` | `Person` |

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `Auth` — `Outlook_plugin/src/auth/auth.service.ts`:1
- `handleErrorResponse` — `Outlook_plugin/src/taskpane/taskpane.ts`:69
