Token-Based App API Flow
After the user is authenticated via SSO, the mobile app uses access and refresh tokens issued by the Auth Server to interact securely with backend services. This section explains how these tokens are generated, validated, and refreshed across service calls.
This flow assumes that the mobile app interacts with one or more backend services behind a common authentication layer.
What Happens at Login
