Skip to main content
Module

x/appwrite/mod.ts>Account#updateSession

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Account.prototype.updateSession
Re-export
import { Account } from "https://deno.land/x/appwrite@10.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