REST.Client.TCustomRESTClient.AddAuthParameter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddAuthParameter(const AName, AValue: string; const AKind: TRESTRequestParameterKind;
const AOptions: TRESTRequestParameterOptions = []); overload;

C++

void __fastcall AddAuthParameter(const System::UnicodeString AName, const System::UnicodeString AValue, const Rest::Types::TRESTRequestParameterKind AKind, const Rest::Types::TRESTRequestParameterOptions AOptions = Rest::Types::TRESTRequestParameterOptions() )/* overload */;

Properties

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

Description

Adds an authentication parameter. Authentication parameters are always transient.