A sample application that demonstrates how to authorize using OAuth 2.0 to access the Gmail API and retrieve e-mail user data.
- Obtain a client ID and client secret for Gmail API. (Visit Related Blog for Information : https://medium.com/@dharshikasingarathnam/how-to-consume-apis-using-oauth-2-0-protocol-4e136d91684d
- Add the client ID and secret to the application.properties
- Build the project using
mvn clean install
- Run using
mvn spring-boot:run
- The web application is accessible via
localhost:8080
Dharshika Singarathnam (dharshikasingarathnam@gmail.com)