Options to use when making an HTTP call.

Hierarchy

  • HttpClientRequestOptions

Properties

init: RequestInit
timeout: number
url: string
bypassAuthentication?: boolean
authorization?: {
    handleStep: HandleStep;
    config?: ConfigOptions;
    idToken?: string;
    txnID?: string;
}

Type declaration

requiresNewToken?: RequiresNewTokenFn