Data.Cloud.AmazonAPI.TAmazonAWS4Authentication.FAuthInHeader
[–] Properties | |
---|---|
Type: field | |
Visibility: protected | |
Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
Unit: Data.Cloud.AmazonAPI | |
Parent: TAmazonAWS4Authentication |
Delphi
FAuthInHeader: Boolean;
C++
bool FAuthInHeader;
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.