We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d1317 commit 62afd0fCopy full SHA for 62afd0f
1 file changed
README.md
@@ -1092,6 +1092,27 @@ ___
1092
1093
___
1094
1095
+### `Intercom.setUserJwt(JWT)`
1096
+
1097
+Sets a JWT token for the user, necessary for using the Messenger when Messenger Security is enforced. This is an
1098
+improvement to Identity Verification.
1099
1100
+Secure your Messenger to make sure that bad actors can't impersonate your users, see their conversation history or make
1101
+unauthorized updates to data.
1102
1103
+This should be called before any user login takes place.
1104
1105
+### Options
1106
1107
+| Type | Type | Required |
1108
+|------|--------|----------|
1109
+| JWT | string | yes |
1110
1111
+### Returns
1112
1113
+`Promise<boolean>`
1114
+___
1115
1116
## Author
1117
1118
👤 **Intercom (https://www.intercom.com/)**
0 commit comments