Generic HTTP request interface used by AuthProvider implementers.

Hierarchy

  • HttpRequest

Constructors

Properties

Constructors

Properties

body?: unknown
headers: Record<string, string>
method: HttpMethod
params?: object
url: string

Generated using TypeDoc