@salesforce/b2c-tooling-sdk / auth / FetchInit
Type Alias: FetchInit
FetchInit =
Omit<RequestInit,"dispatcher"> &object
Defined in: packages/b2c-tooling-sdk/src/auth/types.ts:12
Extended RequestInit that supports undici dispatcher for TLS/mTLS. Uses unknown for dispatcher to avoid type conflicts between undici package and @types/node/undici-types.
Type Declaration
dispatcher?
optionaldispatcher:unknown
undici dispatcher for custom TLS options (mTLS, self-signed certs)