import { OutlookOAuthCallbackRequest } from "@midday-ai/sdk/models/operations";
let value: OutlookOAuthCallbackRequest = {
state: "North Carolina",
};| Field | Type | Required | Description |
|---|---|---|---|
code |
string | ➖ | OAuth authorization code from Microsoft |
state |
string | ✔️ | Encrypted OAuth state parameter |
error |
string | ➖ | OAuth error code if authorization failed |