# getStoredAuth

**Kind:** Function

**Source:** `Outlook_plugin/src/auth/auth.service.ts` (line 44)

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

## Signature

```ts
function getStoredAuth(): AuthData | null
```

**Returns:** `AuthData | null`

## Used by

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

### Imported by (4)

- `Activity` — `Outlook_plugin/src/activity/activity.service.ts`:1
- `Attachement` — `Outlook_plugin/src/attachement/attachement.service.ts`:1
- `Contact` — `Outlook_plugin/src/contacts/contact.service.ts`:1
- `handleErrorResponse` — `Outlook_plugin/src/taskpane/taskpane.ts`:69
