Skip to main content
Module

x/appwrite/mod.ts>Account#createPhoneVerification

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

Create phone verification

Use this endpoint to send a verification SMS to the currently logged in user. This endpoint is meant for use after updating a user's phone number using the accountUpdatePhone endpoint. Learn more about how to complete the verification process. The verification code sent to the user's phone number is valid for 15 minutes.