ITMSFNCCustomCloudBase 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: TMSFNCCloudBase
Extends: IInterface
Syntax
ITMSFNCCustomCloudBase = 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. |