UNPKG

@thesinding/authentication-api-key

Version:

API Key authentication strategy for @feathers/authentication

5 lines (4 loc) 134 B
import { FeathersError } from "@feathersjs/errors"; export declare class InvalidAPIError extends FeathersError { constructor(); }