TTMSFNCRESTClientAuthorizationOptions Class
Configures authorization values for an HTTP request.
API unit family: TMSFNCRESTClient
Inherits from: TPersistent
Syntax
TTMSFNCRESTClientAuthorizationOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AuthorizationKey | Gets or sets the authorization key or header name. |
| AuthorizationType | Gets or sets how authorization data is attached to the request. |
| AuthorizationValue | Gets or sets the authorization value, token, or custom header value. |
| BasicPassword | Gets or sets the password for basic authorization. |
| BasicUsername | Gets or sets the user name for basic authorization. |
| Owner | Gets the request that owns these authorization options. |