Chapter 3. Using OAuth 2.0 Protected APIs
In this chapter, we will cover the following recipes:
- Creating an OAuth 2.0 client using the Authorization Code grant type
- Creating an OAuth 2.0 client using the Implicit grant type
- Creating an OAuth 2.0 client using the Resource Owner Password Credentials grant type
- Creating an OAuth 2.0 client using the Client Credentials grant type
- Managing refresh tokens on the client side
- Accessing an OAuth 2.0 protected API with RestTemplate