Lines
|
Entry/Entry Type
|
Description
|
2
|
#http
|
Defines how HTTP response status codes are processed by the driver.
For details and syntax, see HTTP response code processing .
|
4
|
OAuth 2.0 entries
|
Configures OAuth 2.0 authentication behavior using a set of entries. This allows you to centrally set and manage OAuth authentication properties for all connections using the file. Note that these entries are mutually exclusive with the #authentication entry.
For details and syntax, refer to OAuth 2.0 authentication .
|
6
|
#authentication
|
Defines custom authentication requests that retrieve and exchange access tokens. Custom authentication is used when your service does not support one of the standard authentication methods provided by the driver. Note that this entry is mutually exclusive with the OAuth 2.0 entries.
For details and syntax, see Custom authentication requests.
|
7
|
#reauthentication
|
Defines the request used to refresh the access token retrieved through the #authentication entry.
For details and syntax, see Custom authentication requests.
|
9-11
|
table entries
|
Defines the tables and columns that are derived from REST endpoints. This section can be used to configure multiple aspects of the driver's behavior, including paging, data type mapping, and filtering.
For details and syntax, see Table definition entries .
|