Class: Aws::CognitoIdentityProvider::Types::DeviceSecretVerifierConfigType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#password_verifierString

The password verifier.

Returns:

  • (String)


4218
4219
4220
4221
4222
4223
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4218

class DeviceSecretVerifierConfigType < Struct.new(
  :password_verifier,
  :salt)
  SENSITIVE = []
  include Aws::Structure
end

#saltString

Returns:

  • (String)


4218
4219
4220
4221
4222
4223
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4218

class DeviceSecretVerifierConfigType < Struct.new(
  :password_verifier,
  :salt)
  SENSITIVE = []
  include Aws::Structure
end