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.4/services/cognitoidentityserviceprovider.ts?docs=full";
interface VerifySoftwareTokenRequest {
AccessToken?: string | null;
FriendlyDeviceName?: string | null;
Session?: string | null;
UserCode: string;
}

§Properties

§
AccessToken?: string | null
[src]

A valid access token that Amazon Cognito issued to the user whose software token you want to verify.

§
FriendlyDeviceName?: string | null
[src]

The friendly device name.

§
Session?: string | null
[src]

The session that 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.