Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 596 Bytes

customerportaloauthaccount.md

File metadata and controls

19 lines (14 loc) · 596 Bytes

CustomerPortalOAuthAccount

Example Usage

import { CustomerPortalOAuthAccount } from "@polar-sh/sdk/models/components";

let value: CustomerPortalOAuthAccount = {
  accountId: "<id>",
  accountUsername: "<value>",
};

Fields

Field Type Required Description
accountId string ✔️ N/A
accountUsername string ✔️ N/A