Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/mod.ts>Users#createScryptModifiedUser

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

Create user with Scrypt modified password

Create a new user. Password provided must be hashed with the Scrypt Modified algorithm. Use the POST /users endpoint to create users with a plain text password.

Parameters

userId: string
email: string
password: string
passwordSalt: string
passwordSaltSeparator: string
passwordSignerKey: string
optional
name: string