Module sessions

Module sessions 

Source
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ยง

SessionEntity
Session entity from Files.com API
SessionHandler
Handler for session operations