Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.08 KB

File metadata and controls

19 lines (14 loc) · 1.08 KB

OutlookOAuthCallbackRequest

Example Usage

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

let value: OutlookOAuthCallbackRequest = {
  state: "North Carolina",
};

Fields

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