Function: oauthAuth()
oauthAuth(
options):AuthStrategy
Defined in: packages/client/src/core/auth.ts:105
OAuth bearer auth with an optional one-shot refresh-on-401 hook. A 401 triggers refresh
at most once per request; a second 401 is surfaced as AuthenticationError.