UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

5 lines (4 loc) 209 B
import { JwtTokenBase } from '@bitblit/ratchet-common/jwt/jwt-token-base'; export interface WebTokenManipulator<T extends JwtTokenBase> { extractTokenFromAuthorizationHeader(header: string): Promise<T>; }