UNPKG

local-tokens

Version:

Bundled oauth-mock-server with pre-configured token clients (sinple-oauth2) for testing services and middleware

7 lines 275 B
import type { Hook } from '../hooks'; /** * Created tokens are expired by default, this hook can be used to extend the expiration time */ export declare const makeTokensExpired: Hook<number>; export default makeTokensExpired; //# sourceMappingURL=makeTokensExpired.d.ts.map