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

ResetPasswordResponse

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

Response of resetting the password.

interface ResetPasswordResponse {
email?: string;
kind?: string;
newEmail?: string;
requestType?: string;
}

§Properties

§
email?: string
[src]

The user's email. If the out-of-band code is for email recovery, the user's original email.

§
kind?: string
[src]

The fixed string "identitytoolkit#ResetPasswordResponse".

§
newEmail?: string
[src]

If the out-of-band code is for email recovery, the user's new email.

§
requestType?: string
[src]

The request type.