mirror of
https://github.com/appwrite/appwrite
synced 2026-05-20 23:48:23 +00:00
272 B
272 B
import Appwrite
let client = Client() .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint .setProject("5df5acd0d48c2") // Your project ID
let account = Account(client)
let session = try await account.updateSession( sessionId: "[SESSION_ID]" )