libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CognitoIdentityProvider.Types.DeviceSecretVerifierConfigType

Description

 
Synopsis

Documentation

data DeviceSecretVerifierConfigType Source #

The device verifier against which it will be authenticated.

See: newDeviceSecretVerifierConfigType smart constructor.

Constructors

DeviceSecretVerifierConfigType' 

Fields

Instances

Instances details
Eq DeviceSecretVerifierConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceSecretVerifierConfigType

Read DeviceSecretVerifierConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceSecretVerifierConfigType

Show DeviceSecretVerifierConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceSecretVerifierConfigType

Generic DeviceSecretVerifierConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceSecretVerifierConfigType

Associated Types

type Rep DeviceSecretVerifierConfigType :: Type -> Type #

NFData DeviceSecretVerifierConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceSecretVerifierConfigType

Hashable DeviceSecretVerifierConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceSecretVerifierConfigType

ToJSON DeviceSecretVerifierConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceSecretVerifierConfigType

type Rep DeviceSecretVerifierConfigType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceSecretVerifierConfigType

type Rep DeviceSecretVerifierConfigType = D1 ('MetaData "DeviceSecretVerifierConfigType" "Amazonka.CognitoIdentityProvider.Types.DeviceSecretVerifierConfigType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "DeviceSecretVerifierConfigType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "passwordVerifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "salt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDeviceSecretVerifierConfigType :: DeviceSecretVerifierConfigType Source #

Create a value of DeviceSecretVerifierConfigType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:passwordVerifier:DeviceSecretVerifierConfigType', deviceSecretVerifierConfigType_passwordVerifier - The password verifier.

$sel:salt:DeviceSecretVerifierConfigType', deviceSecretVerifierConfigType_salt - The salt.