ProtectedcontextOptional ReadonlycredentialsExpose the credential provider as readonly so developers can interact with it.
Protected ReadonlyloggerA logger library compatible with Pino for logging in middleware layers.
ReadonlymiddlewareExpose the middleware stack as readonly so developers can add additional middleware for a specific client.
ReadonlyprefixExpose the prefix for other extensions to match with.
fetch is a wrapper around the send method, instantiating a FetchCommand and then invoking the send method.
Optionaloptions: RequestInitA convenience accessor for obtaining the issuer URL from an oauth credential provider. The accessor will throw without properly instantiating an oauth credential provider.
Enchains the middleware stack executes the asynchronous operation
A action that represents the parameters needed to call a specific endpoint or perform some asynchronous sequence of work.
The fully deserialized value.
A function that ends the middleware callback chain by executing fetch request and returning the response.
between middlewares.
A fetch Response object.
Shares information and functionality between middlewares. For example, the default middleware execution context always includes a Pino logger instance.