Skip to main content

Interface: RequestClientOptions

Properties

backoff

Optional backoff: Backoff


conferenceAlias

conferenceAlias: string


expires

Optional expires: number


fetcher

Optional fetcher: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>

Type declaration

▸ (input, init?): Promise<Response>

Parameters
NameType
inputURL | RequestInfo
init?RequestInit
Returns

Promise<Response>


host

host: string


token

token: string


tokenExpiredCb

Optional tokenExpiredCb: () => void

Type declaration

▸ (): void

Returns

void