Skip to main content

Type Alias: FetchClientOptions

FetchClientOptions: FetchClientAuthOptions & object

Type declaration

fetchImpl()?

optional fetchImpl: (input, init?) => Promise<Response>

Parameters

input: string | URL | Request

init?: RequestInit

Returns

Promise<Response>

authType?

optional authType: "bearer" | "dpop"