ctx.auth (PluginAuthAccessor) gives read-only access to the current authentication state.
getToken() by hand — prefer ctx.airline.createClient(), which adds refresh-on-401 handling that ctx.auth does not.Read-only authentication state from a background module.
ctx.auth (PluginAuthAccessor) gives read-only access to the current authentication state.
getToken() by hand — prefer ctx.airline.createClient(), which adds refresh-on-401 handling that ctx.auth does not.