UserPoolSignInPolicyArgs

data class UserPoolSignInPolicyArgs(val allowedFirstAuthFactors: Output<List<String>>? = null) : ConvertibleToJava<UserPoolSignInPolicyArgs>

Constructors

Link copied to clipboard
constructor(allowedFirstAuthFactors: Output<List<String>>? = null)

Properties

Link copied to clipboard
val allowedFirstAuthFactors: Output<List<String>>? = null

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 ,

Functions

Link copied to clipboard
open override fun toJava(): UserPoolSignInPolicyArgs