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

VerifyUserAttributeRequest

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

Represents the request to verify user attributes.

interface VerifyUserAttributeRequest {
AccessToken: string;
AttributeName: string;
Code: string;
}

§Properties

§
AccessToken: string
[src]

Represents the access token of the request to verify user attributes.

§
AttributeName: string
[src]

The attribute name in the request to verify user attributes.

§
Code: string
[src]

The verification code in the request to verify user attributes.