File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ Support from the community to continue maintaining and improving this module is
13
13
• ` optional ` ** \[ customFetch\] ** : [ ` CustomFetch ` ] ( ../type-aliases/CustomFetch.md )
14
14
15
15
Custom [ Fetch API] ( https://developer.mozilla.org/docs/Web/API/Window/fetch ) implementation to use for the HTTP Requests
16
- the client will be making.
16
+ the client will be making. If this option is used, then the same timeout
17
+ value will be assigned to the resolved [ Configuration] ( ../classes/Configuration.md ) instance for
18
+ use with all its future individual HTTP requests.
17
19
18
20
#### See
19
21
Original file line number Diff line number Diff line change @@ -939,7 +939,9 @@ export function randomDPoPKeyPair(
939
939
export interface DiscoveryRequestOptions {
940
940
/**
941
941
* Custom {@link !fetch Fetch API} implementation to use for the HTTP Requests
942
- * the client will be making.
942
+ * the client will be making. If this option is used, then the same timeout
943
+ * value will be assigned to the resolved {@link Configuration} instance for
944
+ * use with all its future individual HTTP requests.
943
945
*
944
946
* @see {@link customFetch }
945
947
*/
You can’t perform that action at this time.
0 commit comments