Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

THTTPHeader.Authorization

Authorization header field value

Declaration

Source position: httpdefs.pp line 413

public property THTTPHeader.Authorization : string
  index Ord(hhAuthorization)
  read GetHeaderValue
  write SetHeaderValue;

Description

Authorization contains the Authorization header field value, which provides authentication credentials for the request. This typically includes the authentication scheme and credentials.


Documentation generated on: Jan 16 2026