drupflare/worker - v1.0.0
Preparing search index...
ops/auth-budget
AuthDecision
Type Alias AuthDecision
what the Worker decided, and why
type
AuthDecision
=
{
allowance
:
AuthAllowance
;
mode
:
AuthMode
;
reason
:
string
;
remaining
:
number
;
spend
:
AuthSpend
;
}
Index
Properties
allowance
mode
reason
remaining
spend
Properties
allowance
allowance
:
AuthAllowance
mode
mode
:
AuthMode
reason
reason
:
string
a short reason, safe to put in a header
remaining
remaining
:
number
spend
spend
:
AuthSpend
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowance
mode
reason
remaining
spend
drupflare/worker - v1.0.0
Loading...
what the Worker decided, and why