No, I'm just saying that an OAuth layer isn't really adding much benefit when you either use an API key to obtain the refresh token or the refresh token itself becomes a long-term secret, not much better than an API key.
Some way to break out of the "shared secret" model is needed. Mutual TLS is one way that is at least getting some traction.
Some way to break out of the "shared secret" model is needed. Mutual TLS is one way that is at least getting some traction.