Skip to content

@pod-os/core


@pod-os/core / AuthenticatedFetch

Type Alias: AuthenticatedFetch()

AuthenticatedFetch = (url, init?) => Promise\<Response>

Defined in: authentication/index.ts:3

Parameters

url

RequestInfo

init?

RequestInit

Returns

Promise\<Response>