Rest API - Authentication and Authorization
Given this OAuth 2.0 flow snippet:
1. Client requests authorization codeWhat is the purpose of step 3?
2. User grants permission
3. Client exchanges code for token
4. Client uses token to access resource
