Table of Contents

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

APPLICATION_IDENTITIES_WRITE = 7

Scopes: application_identities.write

SDK_SOCIAL_LAYER_PRESENCE = 8

Scopes: sdk.social_layer_presence

OPENID = 9

Scopes: openid

SDK_SOCIAL_LAYER = 10

Scopes: sdk.social_layer

SDK_DEFAULT_PRESENCE = 11

Scopes: openid sdk.social_layer_presence

SDK_DEFAULT_COMMUNICATION = 12

Scopes: openid sdk.social_layer