import { V1ReconnectRequestBody } from "@steamsets/client-ts/models/components";
let value: V1ReconnectRequestBody = {
code: "123456",
connectionId: "123456",
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
code |
string | ✔️ | The code from the oauth2 provider to re-verify | 123456 |
connectionId |
string | ✔️ | The connection id to reconnect | 123456 |