hipthrusts - v1.2.0
Preparing search index...
index
FinishPipeHandler
Interface FinishPipeHandler<TPipe, TPre, TLoad, TFinal, TExec, TResp>
interface
FinishPipeHandler
<
TPipe
,
TPre
,
TLoad
,
TFinal
,
TExec
,
TResp
>
{
execute
?:
(
context
:
CtxForExecute
<
TPipe
,
TPre
,
TLoad
,
TFinal
>
)
=>
TExec
;
finalAuthorize
?:
(
context
:
CtxForFinalAuthorize
<
TPipe
,
TPre
,
TLoad
>
,
)
=>
TFinal
;
loadResources
?:
(
context
:
CtxForLoadResources
<
TPipe
,
TPre
>
)
=>
TLoad
;
preAuthorize
?:
(
context
:
CtxForPreAuthorize
<
TPipe
>
)
=>
TPre
;
redactResponse
?:
(
unsafe
:
UnsafeForRedact
<
TPipe
,
TExec
>
,
context
:
CtxForExecute
<
TPipe
,
TPre
,
TLoad
,
TFinal
>
,
)
=>
TResp
;
responseMeta
?:
ResponseMeta
|
(
(
ctx
:
any
)
=>
ResponseMeta
)
;
}
Type Parameters
TPipe
TPre
TLoad
TFinal
TExec
TResp
Index
Properties
execute?
final
Authorize?
load
Resources?
pre
Authorize?
redact
Response?
response
Meta?
Properties
Optional
execute
execute
?:
(
context
:
CtxForExecute
<
TPipe
,
TPre
,
TLoad
,
TFinal
>
)
=>
TExec
Optional
final
Authorize
finalAuthorize
?:
(
context
:
CtxForFinalAuthorize
<
TPipe
,
TPre
,
TLoad
>
)
=>
TFinal
Optional
load
Resources
loadResources
?:
(
context
:
CtxForLoadResources
<
TPipe
,
TPre
>
)
=>
TLoad
Optional
pre
Authorize
preAuthorize
?:
(
context
:
CtxForPreAuthorize
<
TPipe
>
)
=>
TPre
Optional
redact
Response
redactResponse
?:
(
unsafe
:
UnsafeForRedact
<
TPipe
,
TExec
>
,
context
:
CtxForExecute
<
TPipe
,
TPre
,
TLoad
,
TFinal
>
,
)
=>
TResp
Optional
response
Meta
responseMeta
?:
ResponseMeta
|
(
(
ctx
:
any
)
=>
ResponseMeta
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
execute
final
Authorize
load
Resources
pre
Authorize
redact
Response
response
Meta
hipthrusts - v1.2.0
Loading...