UserPoolSignInPolicy

data class UserPoolSignInPolicy(val allowedFirstAuthFactors: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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 ,