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

ChallengeResponseType

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

The challenge response type.

interface ChallengeResponseType {
ChallengeName?: ChallengeName | null;
ChallengeResponse?: ChallengeResponse | null;
}

§Properties

§
ChallengeName?: ChallengeName | null
[src]

The challenge name.

§
ChallengeResponse?: ChallengeResponse | null
[src]

The challenge response.