ITMSMCPCustomCloudBase.RunExternalBrowser Method
Opens the specified URL in an external browser for OAuth or web authentication flows and invokes the callback when the redirect URL is detected.
API unit family: TMS.MCP.CloudBase
Declaring type: ITMSMCPCustomCloudBase
Syntax
procedure RunExternalBrowser(const AURL: string; const ACallBackURL: string; const ACallBack: TTMSMCPCloudBaseExternalBrowserCallBackEvent = nil);
Parameters
| Name | Description |
|---|---|
AURL |
URL to open in the external browser. |
ACallBackURL |
Redirect URL prefix that signals authentication completion. |
ACallBack |
Optional procedure called with the full callback URL when the redirect is detected. |