Data.Cloud.AmazonAPI.TAmazonAuthentication.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 TAmazonAuthentication

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.

See Also