API:REST.Backend.KinveyProvider.TCustomKinveyProvider

From RAD Studio API Documentation
Jump to: navigation, search

REST.Backend.KinveyProvider.TCustomKinveyConnectionInfoSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomKinveyProvider

Delphi

TCustomKinveyProvider = class(TCustomKinveyConnectionInfo, IBackendProvider)

C++

class PASCALIMPLEMENTATION TCustomKinveyProvider : public TCustomKinveyConnectionInfo

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.

REST.Backend.KinveyProvider.TCustomKinveyProvider inherits from REST.Backend.KinveyProvider.TCustomKinveyConnectionInfo. All content below this line refers to REST.Backend.KinveyProvider.TCustomKinveyConnectionInfo.

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