Aliased type: Omit<RequestInit | NodeRequestInit, "headers" | "method" | "body">
Properties
authProvider
Type: AuthProvider
An authentication provider that supplies tokens to the client.
For more information, see the AuthProvider documentation.
fetchOptions
Type:
TwitchApiCallFetchOptions
Aliased type:
Omit<RequestInit
|
NodeRequestInit,
"headers"
|
"method"
|
"body">
Aliased type: Omit<RequestInit | NodeRequestInit, "headers" | "method" | "body">
Additional options to pass to the fetch method.