Class: Aws::CognitoIdentityProvider::Types::AdvancedSecurityAdditionalFlowsType

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

Overview

Advanced security configuration options for additional authentication types in your user pool, including custom authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_auth_modeString

The operating mode of advanced security features in custom authentication with Custom authentication challenge Lambda triggers.

Returns:

  • (String)


2010
2011
2012
2013
2014
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 2010

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