Interface: RequestClientOptions
Properties
backoff
• Optional backoff: Backoff
conferenceAlias
• conferenceAlias: string
expires
• Optional expires: number
fetcher
• Optional fetcher: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>(input: string | URL | Request, init?: RequestInit) => Promise<Response>
Type declaration
▸ (input, init?): Promise<Response>
Parameters
| Name | Type |
|---|---|
input | URL | RequestInfo |
init? | RequestInit |
Returns
Promise<Response>
▸ (input, init?): Promise<Response>
Parameters
| Name | Type |
|---|---|
input | string | URL | Request |
init? | RequestInit |
Returns
Promise<Response>
host
• host: string
token
• token: string
tokenExpiredCb
• Optional tokenExpiredCb: () => void
Type declaration
▸ (): void
Returns
void