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

RecoveryOptionType

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

A map containing a priority as a key, and recovery method name as a value.

interface RecoveryOptionType {
Priority: number;
}

§Properties

§

The recovery method for a user.

§
Priority: number
[src]

A positive integer specifying priority of a method with 1 being the highest priority.