Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / _setDcrFetcherForTesting

Function: _setDcrFetcherForTesting()

ts
function _setDcrFetcherForTesting(fetcher): void;

Defined in: packages/security/src/oauth/dynamic-client-registration.ts:27

Experimental

Override the DCR fetcher. Used by the test suite.

Parameters

ParameterType
fetcher| DcrFetcher | null

Returns

void