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

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

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

Set Key

Your secret API key

Parameters

value: string

value

Returns

this

self