Table of Contents

Property Scopes

Namespace
DisCatSharp.Entities.OAuth2
Assembly
DisCatSharp.dll

Scopes

Gets the scopes the user has authorized the application for.

[JsonProperty("scopes")]
public List<string> Scopes { get; }

Property Value

List<string>