Interface OAuth2ACAuthorizationHandler<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
- OAuth2ACAuthorizationHandler(
params: OAuth2ACAuthorizationParams,
req: Request<P, ResBody, ReqBody, ReqQuery, Locals, MetaResType>,
res: Response<ResBody, Locals>,
next: NextFunction,
): void Returns void
- OAuth2ACAuthorizationHandler(
params: OAuth2ACAuthorizationParams,
req: Request,
res: Response,
next: NextFunction,
): void Returns void