Skip to main content
Module

x/appwrite/mod.ts>Account#updateVerification

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

Create email verification (confirmation)

Use this endpoint to complete the user email verification process. Use both the userId and secret parameters that were attached to your app URL to verify the user email ownership. If confirmed this route will return a 200 status code.

Parameters

userId: string
secret: string