Interface RequestOptions

Hierarchy

  • RequestOptions

Properties

accessToken?: string

Alternative token to the one stored in the sdk instance (useful for impersonation).

cancelToken?: CancelToken

Axios cancelToken that can be used to cancel the request.

requestType?: string

Identify the type of request. Useful for error logs.

Generated using TypeDoc