Skip to main content
Module

x/appwrite/mod.ts>Account#updatePhoneVerification

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

Create phone verification (confirmation)

Use this endpoint to complete the user phone verification process. Use the userId and secret that were sent to your user's phone number to verify the user email ownership. If confirmed this route will return a 200 status code.

Parameters

userId: string
secret: string