Class: Aws::CognitoIdentityProvider::Types::SignInPolicyType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_first_auth_factorsArray<String>

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.

Returns:

  • (Array<String>)


10004
10005
10006
10007
10008
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10004

class SignInPolicyType < Struct.new(
  :allowed_first_auth_factors)
  SENSITIVE = []
  include Aws::Structure
end