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

VerifySoftwareTokenRequest

import type { VerifySoftwareTokenRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";
interface VerifySoftwareTokenRequest {
AccessToken?: string | null;
FriendlyDeviceName?: string | null;
Session?: string | null;
UserCode: string;
}

§Properties

§
AccessToken?: string | null
[src]

The access token.

§
FriendlyDeviceName?: string | null
[src]

The friendly device name.

§
Session?: string | null
[src]

The session which should be passed both ways in challenge-response calls to the service.

§
UserCode: string
[src]

The one time password computed using the secret code returned by AssociateSoftwareToken".