Discord OAuth2
Step 1
You: Redirect User to https://discordapp.com/api/oauth2/authorize
Query Params
name | value |
---|---|
client_id | Your application's Client ID |
scope | A list of scopes, delimited by spaces |
redirect_uri | The uri to send the user after authorization |