Data.Cloud.AmazonAPI.TAmazonAuthentication.FAuthInHeader
[–] Properties | |
---|---|
Type: field | |
Visibility: protected | |
Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
Unit: Data.Cloud.AmazonAPI | |
Parent: TAmazonAuthentication |
Delphi
FAuthInHeader: Boolean;
C++
bool FAuthInHeader;
Description
Specifies whether the authorization is in the header or is a query parameter.
FAuthInHeader is True when the authorization is in the header, and False otherwise.