Optional onUnauthorized
onUnauthorized: undefined | ((request: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>, response: Response<any, Record<string, any>>) => any)
Optional setupToken
setupToken: undefined | ((token: any, request: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>, response: Response<any, Record<string, any>>) => any)
Options for 'withJWT()' function.