You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>The confirmation code sent by a user's request to retrieve a forgotten password. For
3185
+
* <p>The confirmation code from your user's request to reset their password. For
3167
3186
* more information, see <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ForgotPassword.html">ForgotPassword</a>.</p>
3168
3187
*/
3169
3188
ConfirmationCode: string|undefined;
3170
3189
3171
3190
/**
3172
-
* <p>The password sent by a user's request to retrieve a forgotten password.</p>
3191
+
* <p>The new password that your user wants to set.</p>
* <p>The device tracking configuration for a user pool. A user pool with device tracking
3963
-
* deactivated returns a null value.</p>
3964
-
* <note>
3965
-
* <p>When you provide values for any DeviceConfiguration field, you activate device
3966
-
* tracking.</p>
3967
-
* </note>
3981
+
* <p>The device-remembering configuration for a user pool. A null value indicates that you have deactivated device remembering in your user pool.</p>
3982
+
* <note>
3983
+
* <p>When you provide a value for any <code>DeviceConfiguration</code> field, you activate the Amazon Cognito device-remembering feature.</p>
3984
+
* </note>
3968
3985
*/
3969
3986
exportinterfaceDeviceConfigurationType{
3970
3987
/**
3971
-
* <p>When true, device authentication can replace SMS and time-based one-time password
3972
-
* (TOTP) factors for multi-factor authentication (MFA).</p>
3973
-
* <note>
3974
-
* <p>Users that sign in with devices that have not been confirmed or remembered will
3975
-
* still have to provide a second factor, whether or not ChallengeRequiredOnNewDevice
3976
-
* is true, when your user pool requires MFA.</p>
3977
-
* </note>
3988
+
* <p>When true, device authentication can replace SMS and time-based one-time password (TOTP) factors for multi-factor authentication (MFA).</p>
3989
+
* <note>
3990
+
* <p>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.</p>
3991
+
* </note>
3978
3992
*/
3979
3993
ChallengeRequiredOnNewDevice?: boolean;
3980
3994
3981
3995
/**
3982
-
* <p>When true, users can opt in to remembering their device. Your app code must use
3983
-
* callback functions to return the user's choice.</p>
3996
+
* <p>When true, Amazon Cognito doesn't remember newly-confirmed devices. Users who want to authenticate with their device
3997
+
* can instead opt in to remembering their device. To collect a choice from your user, create an input prompt
3998
+
* in your app and return the value that the user chooses in an <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateDeviceStatus.html">UpdateDeviceStatus</a> API request.</p>
* <p>The settings for updates to user attributes. These settings include the property <code>AttributesRequireVerificationBeforeUpdate</code>,
4325
4340
* a user-pool setting that tells Amazon Cognito how to handle changes to the value of your users' email address and phone number attributes. For
4326
4341
* more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-email-phone-verification.html#user-pool-settings-verifications-verify-attribute-updates">
4327
-
* Verifying updates to to email addresses and phone numbers</a>.</p>
4342
+
* Verifying updates to email addresses and phone numbers</a>.</p>
* <p>A string representing the email verification message. EmailVerificationMessage is
4492
-
* allowed only if <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_EmailConfigurationType.html#CognitoUserPools-Type-EmailConfigurationType-EmailSendingAccount">EmailSendingAccount</a> is DEVELOPER. </p>
4506
+
* <p>A string representing the email verification message.
4507
+
* <code>EmailVerificationMessage</code> is allowed only if <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_EmailConfigurationType.html#CognitoUserPools-Type-EmailConfigurationType-EmailSendingAccount">EmailSendingAccount</a> is DEVELOPER. </p>
4493
4508
*/
4494
4509
EmailVerificationMessage?: string;
4495
4510
4496
4511
/**
4497
-
* <p>A string representing the email verification subject. EmailVerificationSubject is
4498
-
* allowed only if <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_EmailConfigurationType.html#CognitoUserPools-Type-EmailConfigurationType-EmailSendingAccount">EmailSendingAccount</a> is DEVELOPER. </p>
4512
+
* <p>A string representing the email verification subject.
4513
+
* <code>EmailVerificationSubject</code> is allowed only if <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_EmailConfigurationType.html#CognitoUserPools-Type-EmailConfigurationType-EmailSendingAccount">EmailSendingAccount</a> is DEVELOPER. </p>
* <p>The settings for updates to user attributes. These settings include the property <code>AttributesRequireVerificationBeforeUpdate</code>,
4520
4535
* a user-pool setting that tells Amazon Cognito how to handle changes to the value of your users' email address and phone number attributes. For
4521
4536
* more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-email-phone-verification.html#user-pool-settings-verifications-verify-attribute-updates">
4522
-
* Verifying updates to to email addresses and phone numbers</a>.</p>
4537
+
* Verifying updates to email addresses and phone numbers</a>.</p>
* <p>The settings for updates to user attributes. These settings include the property <code>AttributesRequireVerificationBeforeUpdate</code>,
4681
4699
* a user-pool setting that tells Amazon Cognito how to handle changes to the value of your users' email address and phone number attributes. For
4682
4700
* more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-email-phone-verification.html#user-pool-settings-verifications-verify-attribute-updates">
4683
-
* Verifying updates to to email addresses and phone numbers</a>.</p>
4701
+
* Verifying updates to email addresses and phone numbers</a>.</p>
0 commit comments