Kind: Interface
Source: Outlook_plugin/src/auth/auth.model.ts (line 1)
Part of: Auth
Properties
| Property | Type |
|---|---|
accessToken | any |
device | any |
expiresAt | Date |
metadata | any |
refreshToken | any |
security | any |
sessionExpiresAt | Date |
sessionId | any |
sessionName | string |
tokenType | string |
user | any |
Used by
1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (1)
handleErrorResponse—Outlook_plugin/src/taskpane/taskpane.ts:69
Was this page helpful?