Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-mpl-token-auth-rules
MplTokenAuthRulesPluginInstructions
Type Alias MplTokenAuthRulesPluginInstructions
type
MplTokenAuthRulesPluginInstructions
=
{
createOrUpdate
:
(
input
:
MakeOptional
<
CreateOrUpdateAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateOrUpdateInstructionAsync
>
&
SelfPlanAndSendFunctions
;
puffRuleSet
:
(
input
:
MakeOptional
<
PuffRuleSetInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getPuffRuleSetInstruction
>
&
SelfPlanAndSendFunctions
;
validate
:
(
input
:
ValidateInput
,
)
=>
ReturnType
<
typeof
getValidateInstruction
>
&
SelfPlanAndSendFunctions
;
writeToBuffer
:
(
input
:
MakeOptional
<
WriteToBufferAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getWriteToBufferInstructionAsync
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
create
Or
Update
puff
Rule
Set
validate
write
To
Buffer
Properties
create
Or
Update
createOrUpdate
:
(
input
:
MakeOptional
<
CreateOrUpdateAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateOrUpdateInstructionAsync
>
&
SelfPlanAndSendFunctions
puff
Rule
Set
puffRuleSet
:
(
input
:
MakeOptional
<
PuffRuleSetInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getPuffRuleSetInstruction
>
&
SelfPlanAndSendFunctions
validate
validate
:
(
input
:
ValidateInput
,
)
=>
ReturnType
<
typeof
getValidateInstruction
>
&
SelfPlanAndSendFunctions
write
To
Buffer
writeToBuffer
:
(
input
:
MakeOptional
<
WriteToBufferAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getWriteToBufferInstructionAsync
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Or
Update
puff
Rule
Set
validate
write
To
Buffer
Coda by Ian Macalinao
Loading...