Skip to content

Commit 6dc756c

Browse files
committed
fix
1 parent 74c0d47 commit 6dc756c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/extensions/ui-extensions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Upon loading the iframe, the PIM will send a postMessage with the JWT token. The
211211

212212
```json
213213
{
214-
"type": "JWT_TOKEN"
214+
"type": "JWT_TOKEN",
215215
"token": "jwt_value"
216216
}
217217
```
@@ -248,10 +248,10 @@ The JWT token consists of three main parts: the header, the body (payload), and
248248
}
249249
```
250250

251-
* jti: The unique identifier for the token.
252-
* iat: The issued at time.
253-
* exp: The expiration time of the token.
254-
* userId: The PIM user identifier (in this case, 1).
251+
* ```jti``` The unique identifier for the token.
252+
* ```iat``` The issued at time.
253+
* ```exp``` The expiration time of the token.
254+
* ```userId``` The PIM user identifier (in this case, ```1```).
255255

256256
*A signature*
257257

0 commit comments

Comments
 (0)