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