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
Copy file name to clipboardExpand all lines: docs/UpdateRecoveryFlowBody.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Update Recovery Flow Request Body
16
16
|**recoveryAddress**|**String**| A recovery address that is registered for the user. It can be an email, a phone number (to receive the code via SMS), etc. Used in RecoveryV2. |[optional]|
17
17
|**recoveryConfirmAddress**|**String**| If there are multiple recovery addresses registered for the user, and the initially provided address is different from the address chosen when the choice (of masked addresses) is presented, then we need to make sure that the user actually knows the full address to avoid information exfiltration, so we ask for the full address. Used in RecoveryV2. |[optional]|
18
18
|**recoverySelectAddress**|**String**| If there are multiple addresses registered for the user, a choice is presented and this field stores the result of this choice. Addresses are 'masked' (never sent in full to the client and shown partially in the UI) since at this point in the recovery flow, the user has not yet proven that it knows the full address and we want to avoid information exfiltration. So for all intents and purposes, the value of this field should be treated as an opaque identifier. Used in RecoveryV2. |[optional]|
19
-
|**screen**|**String**| Set to \"previous\" to return to the previous screen. Used in RecoveryV2. |[optional]|
19
+
|**screen**|**String**| Set to \"previous\" to go back in the flow, meaningfully. Used in RecoveryV2. |[optional]|
Copy file name to clipboardExpand all lines: docs/UpdateRecoveryFlowWithCodeMethod.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Update Recovery Flow with Code Method
15
15
|**recoveryAddress**|**String**| A recovery address that is registered for the user. It can be an email, a phone number (to receive the code via SMS), etc. Used in RecoveryV2. |[optional]|
16
16
|**recoveryConfirmAddress**|**String**| If there are multiple recovery addresses registered for the user, and the initially provided address is different from the address chosen when the choice (of masked addresses) is presented, then we need to make sure that the user actually knows the full address to avoid information exfiltration, so we ask for the full address. Used in RecoveryV2. |[optional]|
17
17
|**recoverySelectAddress**|**String**| If there are multiple addresses registered for the user, a choice is presented and this field stores the result of this choice. Addresses are 'masked' (never sent in full to the client and shown partially in the UI) since at this point in the recovery flow, the user has not yet proven that it knows the full address and we want to avoid information exfiltration. So for all intents and purposes, the value of this field should be treated as an opaque identifier. Used in RecoveryV2. |[optional]|
18
-
|**screen**|**String**| Set to \"previous\" to return to the previous screen. Used in RecoveryV2. |[optional]|
18
+
|**screen**|**String**| Set to \"previous\" to go back in the flow, meaningfully. Used in RecoveryV2. |[optional]|
19
19
|**transientPayload**|**Object**| Transient data to pass along to any webhooks |[optional]|
0 commit comments