REST.Client.TCustomAuthenticator.Authenticate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Authenticate(ARequest: TCustomRESTRequest);

C++

void __fastcall Authenticate(TCustomRESTRequest* ARequest);

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomAuthenticator

Description

Authenticates your client against the server of the specified request so that your client can execute the request.

Authenticate includes parameters in the specified request that is required for authentication purposes.

See Also