allowedFirstAuthFactors

@JvmName(name = "wyfgxrabsimefoka")
suspend fun allowedFirstAuthFactors(value: Output<List<String>>)
@JvmName(name = "ardcrflfqiuybsly")
suspend fun allowedFirstAuthFactors(value: List<String>?)

Parameters

value

The sign-in methods that a user pool supports as the first factor. You can permit users to start authentication with a standard username and password, or with other one-time password and hardware factors. Supports values of EMAIL_OTP , SMS_OTP , WEB_AUTHN and PASSWORD ,


@JvmName(name = "fmkyjonmsjfmgyet")
suspend fun allowedFirstAuthFactors(vararg values: Output<String>)


@JvmName(name = "upiqumtypcrqwmpq")
suspend fun allowedFirstAuthFactors(values: List<Output<String>>)
@JvmName(name = "lswdvohffgxksauu")
suspend fun allowedFirstAuthFactors(vararg values: String)

Parameters

values

The sign-in methods that a user pool supports as the first factor. You can permit users to start authentication with a standard username and password, or with other one-time password and hardware factors. Supports values of EMAIL_OTP , SMS_OTP , WEB_AUTHN and PASSWORD ,