UserPoolRecoveryOption

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null
Link copied to clipboard
val priority: Int? = null