Home > @vsf-enterprise/sapcc-api > MiddlewareConfig
MiddlewareConfig interface
Settings to be provided in the middleware.config.js file.
Signature:
export interface MiddlewareConfig
Properties
| Property | Type | Description |
|---|---|---|
| api | MiddlewareApiConfig | Settings for requests sent to OCC API. |
| OAuth | MiddlewareOAuthConfig | Settings for requests sent to authorization server. |