I'll update/reply on this post. It may take a while. Some are out of office at this time.
Original Message:
Sent: 08-12-2026 07:30
From: Andrew Watson
Subject: loginPKCEGrant missing tokenExpiryTime
Got it.
Thanks for the quick response Jerome.
Where will I find a notification when the issue is resolved?
------------------------------
Andrew Watson
Architect
------------------------------
Original Message:
Sent: 08-12-2026 07:16
From: Jerome Saint-Marc
Subject: loginPKCEGrant missing tokenExpiryTime
Hello,
Yes, sorry. There is an issue with the CDN and the libraries identified with "latest" tag. I just noticed this earlier this week.
The "https://sdk-cdn.mypurecloud.com/javascript/latest/purecloud-platform-client-v2.js" and "https://sdk-cdn.mypurecloud.com/javascript/latest/purecloud-platform-client-v2.min.js" don't point to the last and same SDK version.
It is an issue with CLoudFront and caching I think. Until it gets solved, please use the SDK version number in the CDN url.
I mean:
- https://sdk-cdn.mypurecloud.com/javascript/258.2.0/purecloud-platform-client-v2.js
- https://sdk-cdn.mypurecloud.com/javascript/258.2.0/purecloud-platform-client-v2.min.js
regards,
------------------------------
Jerome Saint-Marc
Senior Development Support Engineer
------------------------------
Original Message:
Sent: 08-12-2026 07:05
From: Andrew Watson
Subject: loginPKCEGrant missing tokenExpiryTime
Hi,
This may be a very stupid question, and the answer may just be my own ignorance, but...
If I use the non-minimised version of the SDK ("https://sdk-cdn.mypurecloud.com/javascript/latest/purecloud-platform-client-v2.js"), I get the "accessToken", the "tokenExpiryTime" and the "tokenExpiryTimeString" values returned.
If I use the minimised version of the SDK ("https://sdk-cdn.mypurecloud.com/javascript/latest/purecloud-platform-client-v2.min.js"), I only get the "accessToken" value returned.
This seems counter intuitive, but is it expected behaviour?
The non-minimised version has:
/**
* @module purecloud-platform-client-v2/ApiClient
* @version 258.2.0
*/
I can't see a version identifier in the minimised version.
Many thanks
Andrew Watson
------------------------------
Andrew Watson
Architect
------------------------------
Original Message:
Sent: 05-18-2026 03:49
From: Jerome Saint-Marc
Subject: loginPKCEGrant missing tokenExpiryTime
Hello,
The fix is available in the last version (built few minutes ago) - version 252.1.0
Regards,
------------------------------
Jerome Saint-Marc
Senior Development Support Engineer
------------------------------
Original Message:
Sent: 05-13-2026 08:30
From: Michael Shrall
Subject: loginPKCEGrant missing tokenExpiryTime
Thanks for the quick review and reply!
------------------------------
Michael Shrall
Director, Product Management
------------------------------
Original Message:
Sent: 05-13-2026 04:41
From: Jerome Saint-Marc
Subject: loginPKCEGrant missing tokenExpiryTime
Hello,
Thanks for reporting this. I just had a look at the source and it is a miss (when persistent settings is turned on). It should be fixed in next release. I'll update this post when the build is done.
Regards,
------------------------------
Jerome Saint-Marc
Senior Development Support Engineer