Table of Contents

TTMSFNCRESTClientAuthorizationType Enumeration

Defines how authorization data is added to a request.

API unit family: TMSFNCRESTClient

Members

Name Description
atNone Does not add authorization data.
atKeyHeader Adds a key/value pair to the request headers.
atKeyQuery Adds a key/value pair to the query string.
atBearerToken Adds a bearer token authorization header.
atBasic Adds HTTP basic authorization credentials.
atCustomHeader Adds a custom authorization header.