Skip to main content

Discord Oauth2 Keys

Description

General

  • Documentation: https://discord.com/developers/docs/topics/oauth2
  • Summary: Discord is an instant messaging and VoIP application. OAuth2 enables application developers to build applications that utilize authentication and data from the Discord API.
  • IPs allowlist: As of the time of writing this documentation, this feature is not available.
  • Scopes: Scopes can be set for the application, the full list of available scopes is available here.

Revoke the secret

To reset a secret, go to the Applications dashboard and reset the secret in the OAuth2 tab of an application.

Check for suspicious activity

As of the time of writing this documentation, this feature is not available.

Details for Discord oauth2

  • Family: Api

  • Category: Messaging system

  • Company: Discord

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: False

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 3.34

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: true
- type: ContentWhitelistPreValidator
patterns:
- discord

Examples

- text: |
discord.com
client_id=840643401846147428;
client_secret=iodDmFSUDXXirwgOVc15vSBKxDt8n-25;
client_id: '840643401846147428'
client_secret: iodDmFSUDXXirwgOVc15vSBKxDt8n-25

How can I help you ?