Search
Preparing search index...
The search index is not available
ocm-ssi-abstraction
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
ocm-ssi-abstraction
middleware/agentMid.middleware
AgentMid
Class AgentMid
Middleware that checks validity of provided params and body to the requests.
Hierarchy
AgentMid
Implements
NestMiddleware
Index
Constructors
constructor
Methods
use
Constructors
constructor
new
Agent
Mid
(
)
:
AgentMid
Returns
AgentMid
Methods
use
use
(
req
:
Request
<
ParamsDictionary
,
any
,
any
,
ParsedQs
,
Record
<
string
,
any
>
>
, res
:
Response
<
any
,
Record
<
string
,
any
>
>
, next
:
NextFunction
)
:
void
Parameters
req:
Request
<
ParamsDictionary
,
any
,
any
,
ParsedQs
,
Record
<
string
,
any
>
>
res:
Response
<
any
,
Record
<
string
,
any
>
>
next:
NextFunction
Returns
void
Modules
agent/agent
Utils/ledger
Config
agent/agent
Utils/listener
agent/agent
Utils/listener
Config
agent/module
app.module
client/nats.client
common/constants
common/response
did
Comm/controller/controller
did
Comm/did
Comm
Utils
did
Comm/entities/
Generic
Body
did
Comm/module
did
Comm/utils/prepare
Data
did
Comm/utils/whitelist
global
Utils/app
Config
global
Utils/exception.handler
global
Utils/logger
global
Utils/swagger
health/health.controller
middleware/agent
Mid.middleware
Agent
Mid
constructor
use
Generated using
TypeDoc
Middleware that checks validity of provided params and body to the requests.