Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpClientRequestOptions

Options to use when making an HTTP call.

Hierarchy

  • HttpClientRequestOptions

Index

Properties

Optional authorization

authorization: { config?: ConfigOptions; handleStep: HandleStep; idToken?: string; txnID?: string }

Type declaration

Optional bypassAuthentication

bypassAuthentication: boolean

init

init: RequestInit

Optional requiresNewToken

requiresNewToken: RequiresNewTokenFn

timeout

timeout: number

url

url: string