Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 951 Bytes

File metadata and controls

19 lines (14 loc) · 951 Bytes

SlackOAuthCallbackRequest

Example Usage

import { SlackOAuthCallbackRequest } from "@midday-ai/sdk/models/operations";

let value: SlackOAuthCallbackRequest = {
  code: "<value>",
  state: "Kentucky",
};

Fields

Field Type Required Description
code string ✔️ OAuth authorization code from Slack
state string ✔️ OAuth state parameter for CSRF protection