Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / _setRevocationFetcherForTesting

Function: _setRevocationFetcherForTesting()

ts
function _setRevocationFetcherForTesting(fetcher): void;

Defined in: packages/security/src/oauth/refresh.ts:106

Experimental

Override the revocation fetcher. Used by the test suite.

Parameters

ParameterType
fetcher| RevocationFetcher | null

Returns

void