Table of Contents

ITMSMCPCustomCloudBase Interface

Platform abstraction interface for cloud request execution; implemented per platform to handle HTTP transport, external browser OAuth flows, and browser lifecycle.

API unit family: TMS.MCP.CloudBase Extends: IInterface

Syntax

ITMSMCPCustomCloudBase = interface(IInterface)

Methods

Name Description
CloseBrowser Closes any embedded browser window that was opened by a previous RunExternalBrowser call.
ExecuteRequest Executes the specified cloud request asynchronously on the platform transport layer.
RunExternalBrowser Opens the specified URL in an external browser for OAuth or web authentication flows and invokes the callback when the redirect URL is detected.