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:
Auth_AccessToken
=(your access token)
ConfigsFromFileDSN
=Auth_AccessTokenFILEDSNPATH
=(Full path of the odbc.ini file)Auth_AccessToken
=(your access token)If you have multiple DSN configured in your odbc.ini file and each of them require a different
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 ( |