Request: {
    body: string;
    headers: Record<string, string>;
    method: HttpMethod;
    timeoutMs: Int64;
    url: string;
    usesRefreshToken: boolean;
}

Type declaration

  • body: string
  • headers: Record<string, string>
  • method: HttpMethod
  • timeoutMs: Int64
  • url: string
  • usesRefreshToken: boolean

    Deprecated

    Add uses_refresh_token to your opt-in list (under records/Request/fields/) to use this.

Generated using TypeDoc