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

x/appwrite/mod.ts>Account#getSession

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Account.prototype.getSession
Re-export
import { Account } from "https://deno.land/x/appwrite@4.0.0/mod.ts";

Get Session By ID

Use this endpoint to get a logged in user's session using a Session ID. Inputting 'current' will return the current session being used.

Parameters

sessionId: string