Table of Contents

Class DiscordOAuth2InstallParams

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Represents Discord OAuth2 install parameters. Is the same model as DiscordApplicationInstallParams, which is obsolete in future.

public sealed class DiscordOAuth2InstallParams
Inheritance
DiscordOAuth2InstallParams
Inherited Members

Constructors

DiscordOAuth2InstallParams(List<string>?, Permissions?)

Initializes a new instance of the DiscordOAuth2InstallParams class.

Properties

Permissions

Gets or sets the permissions.

Scopes

Gets the scopes.