Packages@robojs/mock
CreateSessionOptions
Interface: CreateSessionOptions
Options for creating a new session
Properties
| Property | Type | Description |
|---|---|---|
config? | SessionConfig | - |
id? | string | Explicit session ID (if not provided, one is generated) |
name? | string | - |
token? | string | Explicit token (if not provided, one is generated from the session ID) |
ttl? | number | - |
