Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/account.ts>Account#listSessions

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Account.prototype.listSessions
import { Account } from "https://deno.land/x/appwrite@6.0.0/src/services/account.ts";

List Account Sessions

Get currently logged in user list of active sessions across different devices.

Returns

Promise<Models.SessionList>