UNPKG

@sls-next/core

Version:
6 lines (5 loc) 253 B
import { Header, UnauthorizedRoute } from "../types"; export declare function getUnauthenticatedResponse(authorizationHeaders: Header[] | null, authentication: { username: string; password: string; } | undefined): UnauthorizedRoute | undefined;