HttpRequestOptionsFull: AxiosRequestConfig & RequestInit & {
    authToken?: string;
}

Full HTTP request options that extend AxiosRequestConfig and RequestInit.

Type declaration

  • Optional authToken?: string

Generated using TypeDoc