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

ForgotPasswordResponse

import type { ForgotPasswordResponse } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";

Respresents the response from the server regarding the request to reset a password.

interface ForgotPasswordResponse {
CodeDeliveryDetails?: CodeDeliveryDetailsType | null;
}

§Properties

§
CodeDeliveryDetails?: CodeDeliveryDetailsType | null
[src]

The code delivery details returned by the server in response to the request to reset a password.