Enum OAuthScopes
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
The oauth scopes.
public enum OAuthScopes
Fields
BOT_DEFAULT = 0
Scopes: bot applications.commands (Excluding applications.commands.permissions.update for now)
BOT_MINIMAL = 1
Scopes: bot applications.commands
BOT_ONLY = 2
Scopes: bot
IDENTIFY_BASIC = 3
Scopes: identify email
IDENTIFY_EXTENDED = 4
Scopes: identify email guilds connections
ALL = 5
Scopes: bot applications.commands applications.commands.permissions.update identify email guilds connections role_connections.write
ROLE_CONNECTIONS_WRITE = 6
Scopes: role_connections.write