Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IdentitytoolkitRelyingpartyResetPasswordRequest

import type { IdentitytoolkitRelyingpartyResetPasswordRequest } from "https://googleapis.deno.dev/v1/identitytoolkit:v3.ts";

Request to reset the password.

interface IdentitytoolkitRelyingpartyResetPasswordRequest {
email?: string;
newPassword?: string;
oldPassword?: string;
oobCode?: string;
}

§Properties

§
email?: string
[src]

The email address of the user.

§
newPassword?: string
[src]

The new password inputted by the user.

§
oldPassword?: string
[src]

The old password inputted by the user.

§
oobCode?: string
[src]

The confirmation code.