public static interface DeviceConfigurationType.Builder extends SdkPojo, CopyableBuilder<DeviceConfigurationType.Builder,DeviceConfigurationType>
| Modifier and Type | Method and Description |
|---|---|
DeviceConfigurationType.Builder |
challengeRequiredOnNewDevice(Boolean challengeRequiredOnNewDevice)
When true, device authentication can replace SMS and time-based one-time password (TOTP) factors for
multi-factor authentication (MFA).
|
DeviceConfigurationType.Builder |
deviceOnlyRememberedOnUserPrompt(Boolean deviceOnlyRememberedOnUserPrompt)
When true, Amazon Cognito doesn't remember newly-confirmed devices.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeviceConfigurationType.Builder challengeRequiredOnNewDevice(Boolean challengeRequiredOnNewDevice)
When true, device authentication can replace SMS and time-based one-time password (TOTP) factors for multi-factor authentication (MFA).
Regardless of the value of this field, users that sign in with new devices that have not been confirmed or remembered must provide a second factor if your user pool requires MFA.
challengeRequiredOnNewDevice - When true, device authentication can replace SMS and time-based one-time password (TOTP) factors for
multi-factor authentication (MFA). Regardless of the value of this field, users that sign in with new devices that have not been confirmed or remembered must provide a second factor if your user pool requires MFA.
DeviceConfigurationType.Builder deviceOnlyRememberedOnUserPrompt(Boolean deviceOnlyRememberedOnUserPrompt)
When true, Amazon Cognito doesn't remember newly-confirmed devices. Users who want to authenticate with their device can instead opt in to remembering their device. To collect a choice from your user, create an input prompt in your app and return the value that the user chooses in an UpdateDeviceStatus API request.
deviceOnlyRememberedOnUserPrompt - When true, Amazon Cognito doesn't remember newly-confirmed devices. Users who want to authenticate
with their device can instead opt in to remembering their device. To collect a choice from your user,
create an input prompt in your app and return the value that the user chooses in an UpdateDeviceStatus API request.Copyright © 2022. All rights reserved.