Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DeviceSecretVerifierConfigType = DeviceSecretVerifierConfigType' {}
- newDeviceSecretVerifierConfigType :: DeviceSecretVerifierConfigType
- deviceSecretVerifierConfigType_passwordVerifier :: Lens' DeviceSecretVerifierConfigType (Maybe Text)
- deviceSecretVerifierConfigType_salt :: Lens' DeviceSecretVerifierConfigType (Maybe Text)
Documentation
data DeviceSecretVerifierConfigType Source #
The device verifier against which it will be authenticated.
See: newDeviceSecretVerifierConfigType
smart constructor.
Instances
Eq DeviceSecretVerifierConfigType Source # | |
Read DeviceSecretVerifierConfigType Source # | |
Show DeviceSecretVerifierConfigType Source # | |
Generic DeviceSecretVerifierConfigType Source # | |
NFData DeviceSecretVerifierConfigType Source # | |
Hashable DeviceSecretVerifierConfigType Source # | |
ToJSON DeviceSecretVerifierConfigType Source # | |
type Rep DeviceSecretVerifierConfigType Source # | |
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.
deviceSecretVerifierConfigType_passwordVerifier :: Lens' DeviceSecretVerifierConfigType (Maybe Text) Source #
The password verifier.