File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -1092,6 +1092,27 @@ ___
10921092
10931093___
10941094
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+
10951116## Author
10961117
10971118👤 **Intercom (https://www.intercom.com/)**
You can’t perform that action at this time.
0 commit comments