REST.Client.TCustomAuthenticator

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TBaseObjectBindSourceDelegateData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentTCustomAuthenticator

Delphi

TCustomAuthenticator = class(TBaseObjectBindSourceDelegate)

C++

class PASCALIMPLEMENTATION TCustomAuthenticator : public Data::Bind::Objectscope::TBaseObjectBindSourceDelegate

Properties

Type Visibility Source Unit Parent
class public
REST.Client.pas
REST.Client.hpp
REST.Client REST.Client

Description

Base class for objects that REST clients use for authentication against the server when performing a request.

See Also