Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.74 KB

exchangessotokenrequestbody.md

File metadata and controls

23 lines (18 loc) · 1.74 KB

ExchangeSsoTokenRequestBody

Example Usage

import { ExchangeSsoTokenRequestBody } from "@vercel/sdk/models/exchangessotokenop.js";

let value: ExchangeSsoTokenRequestBody = {
  code: "<value>",
  clientId: "<id>",
  clientSecret: "<value>",
};

Fields

Field Type Required Description
code string ✔️ The sensitive code received from Vercel
state string The state received from the initialization request
clientId string ✔️ The integration client id
clientSecret string ✔️ The integration client secret
redirectUri string The integration redirect URI