UNPKG

local-tokens

Version:

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

8 lines 275 B
import type { Hook } from '../hooks'; export interface CustomClaim { name: string; value: string | boolean; } export declare const addCustomClaimsToToken: Hook<CustomClaim[]>; export default addCustomClaimsToToken; //# sourceMappingURL=addCustomClaimsToToken.d.ts.map