API:REST.Authenticator.Simple.TSimpleAuthenticator

From RAD Studio API Documentation
Jump to: navigation, search

REST.Client.TCustomAuthenticatorData.Bind.ObjectScope.TBaseObjectBindSourceDelegateData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentTSimpleAuthenticator

Delphi

TSimpleAuthenticator = class(TCustomAuthenticator)

C++

class PASCALIMPLEMENTATION TSimpleAuthenticator : public Rest::Client::TCustomAuthenticator

Properties

Type Visibility Source Unit Parent
class public
REST.Authenticator.Simple.pas
REST.Authenticator.Simple.hpp
REST.Authenticator.Simple REST.Authenticator.Simple

Description

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

REST.Authenticator.Simple.TSimpleAuthenticator inherits from REST.Client.TCustomAuthenticator. All content below this line refers to REST.Client.TCustomAuthenticator.

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

See Also