UNPKG

@3kles/3kles-ionauth

Version:
9 lines (8 loc) 314 B
import { Request, Response, NextFunction } from 'express'; import { Options } from 'jwks-rsa'; export declare class IonValidation { private ionAuth; constructor(option?: Options); validate(): (req: Request, res: Response, next: NextFunction) => Promise<void>; private setErrorAuthenticateHeader; }