Data.Cloud.AmazonAPI.TAmazonAWS4Authentication.FAuthInHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FAuthInHeader: Boolean;

C++

bool FAuthInHeader;

Properties

Type Visibility Source Unit Parent
field protected
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonAWS4Authentication

Description

Specifies whether the authorization is included in the header or is provided as a query parameter.

If FAuthInHeader is True, the authorization is included in the header.

See Also