SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

JSON File-Based Token Persistence

A refresh token is a long-lived credential used in OAuth 2.0 flows that allows a developer to obtain new bearer tokens without requiring the user to re-authenticate. Developers use it to automate token lifecycle management, ensuring uninterrupted access to Concur APIs by programmatically replacing expiring access tokens. It is typically acquired alongside a bearer token during the initial token creation process and managed through refresh token automation workflows.

Tutorials that teach this

Prerequisites

Concepts that build on this