import { Account } from "https://deno.land/x/appwrite@12.1.0/mod.ts";
Get session
Use this endpoint to get a logged in user's session using a Session ID. Inputting 'current' will return the current session being used.
Returns
Promise<Models.Session>