Interface OAuth2ACTokenHandler<P, ResBody, ReqBody, ReqQuery, Locals, MetaResType>
Type Parameters
- P = core.ParamsDictionary
- ResBody = any
- ReqBody = any
- ReqQuery = ParsedQs
- Locals extends Record<string, any> = Record<string, any>
- MetaResType = any
- OAuth2ACTokenHandler(
params: OAuth2ACTokenParams,
req: Request<P, ResBody, ReqBody, ReqQuery, Locals, MetaResType>,
res: Response<ResBody, Locals>,
next: NextFunction,
): void Returns void
- OAuth2ACTokenHandler(
params: OAuth2ACTokenParams,
req: Request,
res: Response,
next: NextFunction,
): void Returns void