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
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/user-guide/aws/pinpoint/index.md
+81Lines changed: 81 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,3 +93,84 @@ The following output would be retrieved:
93
93
}
94
94
}
95
95
```
96
+
97
+
### OTP verification
98
+
99
+
The operations [`SentOTPMessage`](https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-otp.html#SendOTPMessage) and [`VerifyOTPMessage`](https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-verify-otp.html#VerifyOTPMessage) are used for one-time password (OTP) verification.
100
+
101
+
On production AWS, `SendOTPMessage` sends an SMS text message with the OTP code.
102
+
The OTP can then be verified against the reference ID using `VerifyOTPMessage`
103
+
104
+
LocalStack however can not send real SMS text messages.
105
+
Instead it provides alternative ways to retrieve the actual OTP code as illustrated below.
0 commit comments