You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::DeviceSecretVerifierConfigType
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CognitoIdentityProvider::Types::DeviceSecretVerifierConfigType
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing DeviceSecretVerifierConfigType as input to an Aws::Client method, you can use a vanilla Hash:
{
  password_verifier: "StringType",
  salt: "StringType",
}
The device verifier against which it will be authenticated.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #password_verifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The password verifier. 
- 
  
    
      #salt  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The salt. 
Instance Attribute Details
#password_verifier ⇒ String
The password verifier.
#salt ⇒ String
The salt.