Optional ReadonlyonCallback invoked on expired auth token errors. Must refresh
credentials AND return the fresh auth token. The transport
substitutes the new token into request.headers.Authorization
before retrying — without this, the retried request would still
carry the expired token captured by the original caller and the
loop would never make progress.
Optional ReadonlyretryOverride default retry settings (max retries, delays).
ReadonlytransportThe underlying transport to delegate requests to.
Configuration for RetryTransport.