Class: Aws::CognitoIdentityProvider::Types::DeviceSecretVerifierConfigType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DeviceSecretVerifierConfigType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The device verifier against which it is authenticated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#password_verifier ⇒ String
The password verifier.
-
#salt ⇒ String
The [salt].
Instance Attribute Details
#password_verifier ⇒ String
The password verifier.
4283 4284 4285 4286 4287 4288 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4283 class DeviceSecretVerifierConfigType < Struct.new( :password_verifier, :salt) SENSITIVE = [] include Aws::Structure end |
#salt ⇒ String
The [salt]
4283 4284 4285 4286 4287 4288 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4283 class DeviceSecretVerifierConfigType < Struct.new( :password_verifier, :salt) SENSITIVE = [] include Aws::Structure end |