/Discord-OAuth2-API

A Java wrapper for Discord's OAuth2 API

Primary LanguageJavaMIT LicenseMIT

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.