ChatBotKit Node SDK
CBK.AI
CBK.AI DOCS
CBK.AI MCP
ChatBotKit
GitHub Repo
GitHub Org
Preparing search index...
@chatbotkit/nextauth
adapter
MemoryStore
Class MemoryStore
A store that uses memory. Do not use in production.
Hierarchy (
View Summary
)
Store
MemoryStore
Index
Methods
del
get
set
Methods
del
del
(
key
:
string
)
:
Promise
<
void
>
Parameters
key
:
string
Returns
Promise
<
void
>
get
get
(
key
:
string
)
:
Promise
<
any
>
Parameters
key
:
string
Returns
Promise
<
any
>
set
set
(
key
:
string
,
value
:
any
)
:
Promise
<
void
>
Parameters
key
:
string
value
:
any
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
del
get
set
CBK.AI
CBK.AI DOCS
CBK.AI MCP
ChatBotKit
GitHub Repo
GitHub Org
ChatBotKit Node SDK
Loading...
A store that uses memory. Do not use in production.