Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 629 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 629 Bytes

Discord OAuth2 API

A small Discord OAuth2 API wrapper for Java.

Features

  • Generates the authorization URL.
  • Code authorization for access token and refresh token.
  • Refresh the access token with refresh token.
  • Get the user, guilds, and connection info of a user from access token.

Get Started

Click here to see the Wiki and learn how to use the API.