Enum TokenType
Specifies the type of token to use with the client.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum TokenType
Fields​
Bearer​
An OAuth2 token type.
View Source​
Declaration
Bearer = 0
Bot​
A bot token type.
View Source​
Declaration
Bot = 1
Webhook​
A webhook token type.
View Source​
Declaration
Webhook = 2