UNPKG

@authup/core

Version:

Package containing global constants, types & interfaces.

8 lines 357 B
import type { Input } from '@ebec/http'; import { BadRequestError } from '@ebec/http'; import type { AuthorizationHeaderType } from 'hapic'; export declare class HeaderError extends BadRequestError { constructor(...input: Input[]); static unsupportedHeaderType(type: `${AuthorizationHeaderType}`): HeaderError; } //# sourceMappingURL=header.d.ts.map