Enum TokenType
Specifies the type of token to use with the client.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public enum TokenType : int
Fields
Name | Description |
---|---|
Bearer | An OAuth2 token type. |
Bot | A bot token type. |
Webhook | A webhook token type. |