Access Token
Auth_AccessToken
The access token for authenticating the connection through the OAuth 2.0 protocol.
Note:
In case of unixODBC, when the Auth_AccessToken line length is longer than the maximum limit of 1000, add the following in your odbc.ini file
- In the ODBC section:
Auth_AccessToken
=(your access token)
- In the DSN section:
ConfigsFromFileDSN
=Auth_AccessTokenFILEDSNPATH
=(Full path of the odbc.ini file)Auth_AccessToken
=(your access token)Auth_AccessToken
, you can add theAuth_AccessToken
to the ODBC section of a different ini file, and configure the FILEDSNPATH in your DSN to point to thisinifile
.
Key Name | Default Value | Required |
---|---|---|
|
None |
Yes, if the authentication mechanism is OAuth 2.0 ( |