createAccount.
Usage
Parameters
Session
required
Session to check
Returns
boolean
true if the session is enabledDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check whether a smart session is enabled on the account.
createAccount.
const sessionEnabled = await account.isSessionEnabled(session)
true if the session is enabledWas this page helpful?