UserPoolRecoveryOption

data class UserPoolRecoveryOption(val name: String? = null, val priority: Int? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, priority: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The recovery method that this object sets a recovery option for.

Link copied to clipboard
val priority: Int? = null

Your priority preference for using the specified attribute in account recovery. The highest priority is 1 .