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_AccessToken

    • FILEDSNPATH=(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 the Auth_AccessToken to the ODBC section of a different ini file, and configure the FILEDSNPATH in your DSN to point to this inifile.

Key Name Default Value Required

Auth_AccessToken

None

Yes, if the authentication mechanism is OAuth 2.0 (11) and the work flow is Token Passthrough (0).