Class: Aws::CognitoIdentityProvider::Types::AdvancedSecurityAdditionalFlowsType
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::AdvancedSecurityAdditionalFlowsType
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #custom_auth_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The operating mode of advanced security features in custom authentication with [ Custom authentication challenge Lambda triggers].
 
Instance Attribute Details
#custom_auth_mode ⇒ String
The operating mode of advanced security features in custom authentication with [ Custom authentication challenge Lambda triggers].
[1]: docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-challenge.html
      2354 2355 2356 2357 2358  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2354 class AdvancedSecurityAdditionalFlowsType < Struct.new( :custom_auth_mode) SENSITIVE = [] include Aws::Structure end  |