drupflare/worker - v1.0.0
Preparing search index...
ops/site-secrets
SecretStore
Type Alias SecretStore
a secret store; the Durable Object satisfies this with
metaGet
/
metaSet
type
SecretStore
=
{
get
(
key
:
string
)
:
string
|
null
;
set
(
key
:
string
,
value
:
string
)
:
void
;
}
Index
Methods
get
set
Methods
get
get
(
key
:
string
)
:
string
|
null
Parameters
key
:
string
Returns
string
|
null
set
set
(
key
:
string
,
value
:
string
)
:
void
Parameters
key
:
string
value
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
set
drupflare/worker - v1.0.0
Loading...
a secret store; the Durable Object satisfies this with
metaGet/metaSet