Cisco Webex
Portals
Cisco Webex Teams
Cisco Spark Demo1
https://communities.cisco.com/community/partner/collaboration/spark
https://depot.ciscospark.com/
https://ambassador.ciscospark.com
Free Spark - URL [email protected]
e.g. [email protected]
https://admin.ciscospark.com/#/login
Development
OAuth
Refresh Token
The refresh Token Expiry will reset anytime between 1 and 5 days after last usage and not immediately. So if you were to check it later you would find that the token expiry is actually reset.
You can create an Integration and use that to generate your access and refresh tokens. Integrations require that you authorize with them through a browser as you have to grant permission but once you've gone through the OAuth flow and have your access and refresh tokens then you can use the refresh token to programmatically generate new access tokens. The access token is valid for 14 days and the refresh token is valid for 90 days. However, when you use the refresh token to generate a new access token the expiry timer on the refresh token will reset back to 90 days. If you're using the refresh token once every 14 days to generate a new access token then the refresh token will never expire and you'll never have to manually go through the OAuth flow again.
Reference for above: