In an OAuth 2.0 authorization flow, a client application receives an access token. This token is used to:
The access token grants authorized access.
Why this answer
The access token is sent to the resource server to authorize access to protected resources on behalf of the user.