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

x/appwrite/mod.ts>Account#updateSession

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

Update session

Use this endpoint to extend a session's length. Extending a session is useful when session expiry is short. If the session was created using an OAuth provider, this endpoint refreshes the access token from the provider.

Parameters

sessionId: string