Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWithJWTOptions

Options for 'withJWT()' function.

Hierarchy

  • IWithJWTOptions

Index

Properties

Optional onUnauthorized

onUnauthorized: undefined | ((request: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>, response: Response<any, Record<string, any>>) => any)

The custom logic, if authorization failed.

param

The request context.

param

The response context.

Optional setupToken

setupToken: undefined | ((token: any, request: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>, response: Response<any, Record<string, any>>) => any)

The custom logic, to setup the verified token.

param

The decoded and verified token.

param

The request context.

param

The response context.

Generated using TypeDoc