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

ConfirmDeviceResponse

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

Confirms the device response.

interface ConfirmDeviceResponse {
UserConfirmationNecessary?: boolean | null;
}

§Properties

§
UserConfirmationNecessary?: boolean | null
[src]

Indicates whether the user confirmation is necessary to confirm the device response.