UNPKG

aws-apigw-authorizer

Version:
5 lines (4 loc) 121 B
export declare type Jwt = { [key: string]: any; }; export declare function validate(jwtToken: string): Promise<Jwt>;