Completed
| Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Implementing OAuth 2.0 in a Java Command-Line App Using Micronaut, Picocli, and GraalVM
Automatically move to the next video in the Classroom when playback concludes
- 1 | Intro
- 2 | Understanding Stack Overflow OAuth 2.0 flow
- 3 | Registering client app in the StackApps.com
- 4 | Preparing the "auth" command
- 5 | Handling redirect_uri in the command-line app
- 6 | Retrieving an access_token
- 7 | Storing the access_token in a file
- 8 | Using the access_token to authorize HTTP requests
- 9 | Compiling executable binary with GraalVM native-image
- 10 | Conclusion