Configuration for a new axios client.
A type that can be (null) or (undefined).
A type that can also be (null).
A type that can also be (undefined).
Creates a new pre-configured axios instance, that first gets an access token via an OAuth 2.0 workflow of type 'client_credentials'.
For the
The promise with the new client.
Creates a factory function, which always creates a new pre-configured axios instance, that first gets an access token via an OAuth 2.0 workflow of type 'client_credentials'.
For the
The new factory.
Creates a new pre-configured axios instance, that first gets an access token via an OAuth 2.0 workflow of type 'password'.
For the
The promise with the new client.
Creates a factory function, which always creates a new pre-configured axios instance, that first gets an access token via an OAuth 2.0 workflow of type 'password'.
For the
The new factory.
Generated using TypeDoc
A function that provides an axios instance.