import { SlackOAuthCallbackRequest } from "@midday-ai/sdk/models/operations";
let value: SlackOAuthCallbackRequest = {
code: "<value>",
state: "Kentucky",
};| Field | Type | Required | Description |
|---|---|---|---|
code |
string | ✔️ | OAuth authorization code from Slack |
state |
string | ✔️ | OAuth state parameter for CSRF protection |