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

ConfirmDeviceRequest

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

Confirms the device request.

interface ConfirmDeviceRequest {
AccessToken: string;
DeviceKey: string;
DeviceName?: string | null;
DeviceSecretVerifierConfig?: DeviceSecretVerifierConfigType | null;
}

§Properties

§
AccessToken: string
[src]

The access token.

§
DeviceKey: string
[src]

The device key.

§
DeviceName?: string | null
[src]

The device name.

§
DeviceSecretVerifierConfig?: DeviceSecretVerifierConfigType | null
[src]

The configuration of the device secret verifier.