Back to Node Auth0

Interface ResponseContext

docs/interfaces/lib.ResponseContext.html

5.9.1639 B
Original Source
  • lib
  • ResponseContext

Interface ResponseContext

interface ResponseContext {
fetch: FetchAPI;
url: RequestInfo | URL;
init: RequestInit;
response: Response;
}

Index

Properties

fetchurlinitresponse

Properties

fetch

fetch: FetchAPI

url

url: RequestInfo | URL

init

init: RequestInit

response

response: Response

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fetchurlinitresponse