Expand description
Session management operations
This module provides session management functionality including:
- Create sessions (login with username/password)
- Delete sessions (logout)
Note: Most SDK users will use API key authentication instead of sessions. Sessions are primarily for user-facing applications that need login flows.
Structsยง
- Session
Entity - Session entity from Files.com API
- Session
Handler - Handler for session operations