Data.Cloud.CloudAPI.TCloudHTTP.SetAuthentication

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudHTTP

Delphi

procedure SetAuthentication(const AUser: string; const APassword: string);

C++

void __fastcall SetAuthentication(const System::UnicodeString AUser, const System::UnicodeString APassword);

Description

Configures the Authorization header of this request based on the specified username and password.

See Also