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

Specifies the recovery method for a user.

Link copied to clipboard
val priority: Int? = null

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