WS JWT authentication

Anyone trying to use jwt, small update in WS doc under oAuthJwtPayload

there are 2 parameters:
iat: This one is something connector seems to be taking current time as expected so no need to specify.
exp: you will have to specify interval like 3000 (whatever your jwt token has as valid time interval) and not exact future timestamp.

Hope this helps someone else and save time.

Is there an updated link for oAuthJwtPayload ? The link above says the page is not found.

Thanks,
Chris

Probably this page: Connection Settings