|
@@ -5,8 +5,6 @@ namespace Discord |
|
|
/// <summary> Specifies the type of token to use with the client. </summary> |
|
|
/// <summary> Specifies the type of token to use with the client. </summary> |
|
|
public enum TokenType |
|
|
public enum TokenType |
|
|
{ |
|
|
{ |
|
|
[Obsolete("User logins are deprecated and may result in a ToS strike against your account - please see https://github.com/RogueException/Discord.Net/issues/827", error: true)] |
|
|
|
|
|
User, |
|
|
|
|
|
/// <summary> |
|
|
/// <summary> |
|
|
/// An OAuth2 token type. |
|
|
/// An OAuth2 token type. |
|
|
/// </summary> |
|
|
/// </summary> |
|
|