REST.Backend.KinveyProvider.TCustomKinveyConnectionInfo

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomKinveyConnectionInfo

Delphi

TCustomKinveyConnectionInfo = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomKinveyConnectionInfo : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
REST.Backend.KinveyProvider.pas
REST.Backend.KinveyProvider.hpp
REST.Backend.KinveyProvider REST.Backend.KinveyProvider

Description

Stores information about the Kinvey cloud service connection.

TCustomKinveyConnectionInfo stores information about the Kinvey cloud service connection such as AppKey, AppSecret and MasterSecret.

See Also