Possible to authenticate to coda API with OAuth 2.0?

The API documentation only lists Bearer as an authentication mechanism.
Does the API support other authentication methods such ash OAuth 2.0?

I am trying to access the coda tables from DBeaver using the CData REST driver.

Or the Excel CData Rest driver

These drivers do not support Bearer authentication.

Thank you,

-Mark

No, the API does not support any other authentication methods. I’m surprised that DBeaver would support OAuth 2.0 but not Bearer authentication (which is a subset of header authentication). Bearer token auth is much simpler to implement and is an industry standard for authentication. I would recommend reaching out to the CData/DBeaver support to ask them for assistance or to submit a feature request for this.