How auth expiry works across APIs

  1. We initialise the webrtc sdk with an oauth access token, the session does not terminate when the token expires and we are still able to answer calls. When does the sdk get unauthenticated? (e.g. is there a timeout?)

  2. We use a notification for conversation updates through the rest api but this remains active after the token has expired. Although performing other operations using that token gives us unauthenticated, is there anyway to force the subscription to end on token expiration. We looked at the v2.users.{id}.tokens but it doesnt seem to fire an event when the token expires, just when it is created.

Thanks,
Darren

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