Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 2.16 KB

File metadata and controls

18 lines (13 loc) · 2.16 KB

CreateReAuthExchangeSessionRequest

Example Usage

import { CreateReAuthExchangeSessionRequest } from "dwolla/models/operations";

let value: CreateReAuthExchangeSessionRequest = {
  id: "<id>",
};

Fields

Field Type Required Description
id string ✔️ Exchange's unique identifier
requestBody operations.CreateReAuthExchangeSessionRequestBody Request body containing the redirect URL.
Required for:
- Plaid mobile sessions
Not required for:
- Plaid web sessions