Rest API - Authentication and Authorization
Given this OAuth 2.0 flow snippet:
What is the output after step 5?
1. Client requests authorization code
2. User grants permission
3. Client receives authorization code
4. Client sends authorization code to token endpoint
5. Token endpoint returns access token
What is the output after step 5?
