UNPKG

@adobe/genstudio-extensibility-sdk

Version:
18 lines (17 loc) 273 B
/** * Extension Auth object received from GenStudio */ export type ExtensionAuth = { /** * IMS Organization ID */ imsOrgId: string; /** * IMS User Bearer Token */ imsToken: string; /** * API Key */ apiKey: string; };