UserPoolAccountRecoverySettingRecoveryMechanism

data class UserPoolAccountRecoverySettingRecoveryMechanism(val name: String, val priority: Int)

Constructors

constructor(name: String, priority: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Recovery method for a user. Can be of the following: verified_email, verified_phone_number, and admin_only.

Link copied to clipboard

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