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

SetUserSettingsRequest

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

Represents the request to set user settings.

interface SetUserSettingsRequest {
AccessToken: string;
MFAOptions: MFAOptionType[];
}

§Properties

§
AccessToken: string
[src]

The access token for the set user settings request.

§
MFAOptions: MFAOptionType[]
[src]

You can use this parameter only to set an SMS configuration that uses SMS for delivery.