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, users can opt in to remembering their device.
|
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).
Users that sign in with devices that have not been confirmed or remembered will still have to provide a second factor, whether or not ChallengeRequiredOnNewDevice is true, when 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). Users that sign in with devices that have not been confirmed or remembered will still have to provide a second factor, whether or not ChallengeRequiredOnNewDevice is true, when your user pool requires MFA.
DeviceConfigurationType.Builder deviceOnlyRememberedOnUserPrompt(Boolean deviceOnlyRememberedOnUserPrompt)
When true, users can opt in to remembering their device. Your app code must use callback functions to return the user's choice.
deviceOnlyRememberedOnUserPrompt - When true, users can opt in to remembering their device. Your app code must use callback functions to
return the user's choice.Copyright © 2022. All rights reserved.