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