Summary
In this chapter, we looked at the entire process for becoming an OAuth 2.0 client, broken down into four simple steps: registering your client application, getting your access token, using your access token to access a protected resource, and refreshing your access token if required.
We now have all of the information we need to start creating our own OAuth 2.0 client. In the next chapter, we will start building our own application, The World's Most Interesting Infographic Generator, where we will start with the registration process!