Data.Cloud.AmazonAPI.TAmazonAuthentication.FAuthInHeader

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also