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

SetUserMFAPreferenceRequest

import type { SetUserMFAPreferenceRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";
interface SetUserMFAPreferenceRequest {
AccessToken: string;
SMSMfaSettings?: SMSMfaSettingsType | null;
SoftwareTokenMfaSettings?: SoftwareTokenMfaSettingsType | null;
}

§Properties

§
AccessToken: string
[src]

The access token for the user.

§
SMSMfaSettings?: SMSMfaSettingsType | null
[src]

The SMS text message multi-factor authentication (MFA) settings.

§
SoftwareTokenMfaSettings?: SoftwareTokenMfaSettingsType | null
[src]

The time-based one-time password software token MFA settings.