Table of Contents

TTMSFNCCloudStellarDataStoreConnection Class

Non-visual component that holds shared OAuth credentials for one or more Stellar Data Store dataset components on the same form.

API unit family: TMSFNCCloudStellarDataStoreDataSet Inherits from: TTMSFNCCustomComponent Implements: ITMSFNCCloudStellarDataStore

Syntax

TTMSFNCCloudStellarDataStoreConnection = class(TTMSFNCCustomComponent, ITMSFNCCloudStellarDataStore)

Properties

Name Description
Authentication Gets or sets the OAuth authentication credentials used to connect to the service.
PersistTokens Gets or sets token persistence settings that control how OAuth credentials are stored across sessions.
StellarDataStore The internal Stellar Data Store component that executes authenticated requests.

Methods

Name Description
ClearTokens Removes all stored OAuth tokens, forcing the next request to re-authenticate.

Events

Name Description
OnAccessDenied Fires when access is denied due to invalid or expired credentials.
OnConnected Fires when the component successfully authenticates and establishes a connection.