Data.Cloud.AmazonAPI.TAmazonAuthentication.FAuthInHeader

From RAD Studio API Documentation
Revision as of 23:45, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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