ordercloud-javascript-sdk
    Preparing search index...

    Interface RequestOptions

    interface RequestOptions {
        accessToken?: string;
        cancelToken?: CancelToken;
        requestType?: string;
    }
    Index
    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.