Type Alias: FetchClientOptions
FetchClientOptions:
FetchClientAuthOptions&object
Type declaration
fetchImpl()?
optionalfetchImpl: (input,init?) =>Promise<Response>
Parameters
• input: string | URL | Request
• init?: RequestInit
Returns
Promise<Response>
authType?
optionalauthType:"bearer"|"dpop"