Table of Contents

ITMSFNCCustomCloudBase.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: TMSFNCCloudBase Declaring type: ITMSFNCCustomCloudBase

Syntax

procedure RunExternalBrowser(const AURL: string; const ACallBackURL: string; const ACallBack: TTMSFNCCloudBaseExternalBrowserCallBackEvent = 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.