UNPKG

express-jwtoken

Version:
6 lines (5 loc) 216 B
import ClientTokenEngine from "./clientTokenEngine"; /** * Engine component to get the token from the client by using HTTP authorization headers. */ export declare const AuthorizationHeadersCTE: ClientTokenEngine;