Authorization token needed to authorize the processing request with the backend.
OptionalserverBase server URL to use as the Build API endpoint (<server_url>/api/build).
Optional, since it's possible to encode it in the auth token, DWS API does that by default.
Contains information needed to authenticate processing request with Nutrient backend (Document Engine or DWS API).
DWS API
JSON Web Token (JWT) are used to authorize with the DWS API. See DWS's https://www.nutrient.io/api/documentation/developer-guides/authentication/|guides for more details about the JWT authorization.
Auth token can be generated via DWS API. For example, you can generate a token that can only access the
document_Editor_apioperation from theexample.comorigin and expires in 1 hour, without having access to other operations or origins:Document Engine
JSON Web Token (JWT) are used to authorize with the Document Engine. See Document Engine's Reference for more details about the JWT authorization.