Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/appwrite/src/client.ts>Client#setSession

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
method Client.prototype.setSession
import { Client } from "https://deno.land/x/appwrite@12.1.0/src/client.ts";

Set Session

The user session to authenticate with

Parameters

value: string

value

Returns

this

self