-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
8 changed files
with
301 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,6 +139,9 @@ export interface B2BOTPSmsSendRequest { | |
* | ||
*/ | ||
locale?: "en" | "es" | "pt-br" | string; | ||
intermediate_session_token?: string; | ||
session_token?: string; | ||
session_jwt?: string; | ||
} | ||
|
||
// Response type for `otps.sms.send`. | ||
|
@@ -193,6 +196,9 @@ export class Sms { | |
* [bills the costs of international OTPs](https://stytch.com/pricing) and understand how to protect your | ||
* app against [toll fraud](https://stytch.com/docs/guides/passcodes/toll-fraud/overview). | ||
* | ||
* Even when international SMS is enabled, we do not support sending SMS to countries on our | ||
* [Unsupported countries list](https://stytch.com/docs/guides/passcodes/unsupported-countries). | ||
* | ||
* __Note:__ SMS to phone numbers outside of the US and Canada is disabled by default for customers who did | ||
* not use SMS prior to October 2023. If you're interested in sending international SMS, please reach out | ||
* to [[email protected]](mailto:[email protected]?subject=Enable%20international%20SMS). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.