| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CognitoIdentityProvider.Types.DeviceSecretVerifierConfigType
Description
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 is authenticated.
See: newDeviceSecretVerifierConfigType smart constructor.
Constructors
| DeviceSecretVerifierConfigType' | |
Instances
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.