Refreshing bearer token

We're using implicit grant and we noticed that if we navigate to the PureCloud login page (https://login.mypurecloud.com/oauth/authorize...) soon after the token expires we get a new token without having to enter credentials. Is this a reliable way to refresh the token?

PureCloud doesn't support refresh tokens. What you're seeing is the login process being repeated for a brand new token. The user isn't being prompted for credentials because they still have a valid auth cookie.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.