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
show all
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

Instance Attribute Details

#password_verifierString

The password verifier.

Returns:

  • (String)

    The password verifier.

#saltString

The salt.

Returns:

  • (String)

    The salt.